From b70b49eac8d79e9a9296845d001a83c05ee785f2 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Thu, 26 Oct 2023 21:54:08 -0700 Subject: [PATCH] Up sim time --- 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 a50d2a2..237db49 100644 --- a/hw/efinix_fpga/simulation/src/sim_top.sv +++ b/hw/efinix_fpga/simulation/src/sim_top.sv @@ -53,7 +53,7 @@ initial begin button_reset <= '0; repeat(10) @(r_clk_cpu); button_reset <= '1; - repeat(1500000) @(r_clk_cpu); + repeat(5000000) @(r_clk_cpu); $finish(); end