Make full sim manual

This commit is contained in:
Byron Lathi
2023-11-18 21:11:35 -08:00
parent cad6e80081
commit 00e4c551c1
2 changed files with 2 additions and 31 deletions

View File

@@ -53,7 +53,7 @@ initial begin
button_reset <= '0;
repeat(10) @(r_clk_cpu);
button_reset <= '1;
repeat(1250000) @(posedge r_clk_cpu);
repeat(1500000) @(posedge r_clk_cpu);
$finish();
end