Run simulation with verilog sd emulator
This also slowed the cpu clock down, we should speed it up again
This commit is contained in:
@@ -39,7 +39,7 @@ initial begin
|
||||
clk_cpu <= '1;
|
||||
forever begin
|
||||
// #62.5 clk_cpu <= ~clk_cpu;
|
||||
#250 clk_cpu <= ~clk_cpu;
|
||||
#500 clk_cpu <= ~clk_cpu;
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user