Reduce cpu speed

This commit is contained in:
Byron Lathi
2023-11-24 22:43:47 -08:00
parent 89a1a70917
commit 38af9b2545

View File

@@ -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