Condensed a little bit. Maybe we can get the first instruction to work

This commit is contained in:
WilliamMiceli
2019-04-06 14:17:47 -04:00
parent f4b2ddebc1
commit 7c3f8c6da9

View File

@@ -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;