Condensed a little bit. Maybe we can get the first instruction to work
This commit is contained in:
@@ -215,13 +215,10 @@ module CPU9bits_tb();
|
|||||||
|
|
||||||
initial begin
|
initial begin
|
||||||
clk = 1'b0;
|
clk = 1'b0;
|
||||||
#5
|
|
||||||
reset = 1'b1;
|
reset = 1'b1;
|
||||||
#10
|
#5
|
||||||
reset = 1'b0;
|
reset = 1'b0;
|
||||||
#50000
|
#50000
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// instruction = 9'b000100000;
|
// instruction = 9'b000100000;
|
||||||
// reset = 1'b1;
|
// reset = 1'b1;
|
||||||
|
|||||||
Reference in New Issue
Block a user