Run simulation with verilog sd emulator

This also slowed the cpu clock down, we should speed it up again
This commit is contained in:
Byron Lathi
2024-03-14 08:17:05 -07:00
parent 24a7001aee
commit 335f877d66
6 changed files with 30 additions and 47 deletions

View File

@@ -207,7 +207,7 @@ always @(posedge i_clk_100 or posedge i_rst) begin
end
end
localparam MAX_DELAY = 4;
localparam MAX_DELAY = 8;
logic [7:0] cycle_counter;
logic too_late;