From 2b98ad15228fbc9baad788481fbd11299c23161a Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Wed, 4 Oct 2023 22:50:55 -0700 Subject: [PATCH] Increase sim time to get into sd block reads --- hw/efinix_fpga/simulation/src/sim_top.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/efinix_fpga/simulation/src/sim_top.sv b/hw/efinix_fpga/simulation/src/sim_top.sv index 2bd143a..f61e015 100644 --- a/hw/efinix_fpga/simulation/src/sim_top.sv +++ b/hw/efinix_fpga/simulation/src/sim_top.sv @@ -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