This commit is contained in:
Johannes
2019-04-11 19:23:15 -04:00
parent bc9c02322c
commit a3064a836b
52 changed files with 3466 additions and 405 deletions

View File

@@ -154,7 +154,7 @@ module CPU9bits_tb();
reset = 1'b1;
#10
reset = 1'b0;
#50000
#300
$finish;
end