Upload filesystem image as well

This commit is contained in:
Byron Lathi
2023-10-26 20:40:00 -07:00
parent 7f3696d36c
commit e3ae984177
2 changed files with 2 additions and 1 deletions

View File

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