From 38af9b2545f92a313acb8ccc6b75bfb8dfad6042 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Fri, 24 Nov 2023 22:43:47 -0800 Subject: [PATCH] Reduce cpu speed --- 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 855ac03..d3d1b3c 100644 --- a/hw/efinix_fpga/simulation/src/sim_top.sv +++ b/hw/efinix_fpga/simulation/src/sim_top.sv @@ -34,7 +34,7 @@ end initial begin r_clk_cpu <= '1; forever begin - #125 r_clk_cpu <= ~r_clk_cpu; + #250 r_clk_cpu <= ~r_clk_cpu; end end