Initial work on decoder
Decode the LD SP, $nnnn instruction as our first three-byte instruction.
This commit is contained in:
@@ -7,7 +7,7 @@ module clkgen #(
|
||||
);
|
||||
|
||||
initial begin
|
||||
clk_o <= 1'b0;
|
||||
clk_o <= 1'b1;
|
||||
nreset_o <= 1'b0;
|
||||
#RESET_DELAY_NS nreset_o <= 1'b1;
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user