Increase sim time to get into sd block reads

This commit is contained in:
Byron Lathi
2023-10-04 22:50:55 -07:00
parent e6e3044f25
commit 2b98ad1522

View File

@@ -49,7 +49,7 @@ initial begin
button_reset <= '0;
repeat(10) @(r_clk_2);
button_reset <= '1;
repeat(50000) @(r_clk_2);
repeat(150000) @(r_clk_2);
$finish();
end