Try long test

This commit is contained in:
Byron Lathi
2023-10-23 18:54:51 -07:00
parent b7945f0dbf
commit e7e1eab4a4
5 changed files with 220 additions and 216 deletions

View File

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