Reduce sim time for full sim

This commit is contained in:
Byron Lathi
2023-11-18 16:43:19 -08:00
parent 27a0fe5e69
commit da2675a3fe

View File

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