Reduce sim time

This commit is contained in:
Byron Lathi
2023-10-26 20:11:35 -07:00
parent 3a9c0fb73f
commit 7f3696d36c

View File

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