Fix sdram wrapper state machine

This commit is contained in:
Byron Lathi
2023-10-15 13:12:46 -07:00
parent 673386f9f9
commit afd8de92cc
2 changed files with 41 additions and 28 deletions

View File

@@ -34,10 +34,14 @@ end
initial begin
r_clk_cpu <= '1;
forever begin
#250 r_clk_cpu <= ~r_clk_cpu;
#125 r_clk_cpu <= ~r_clk_cpu;
end
end
initial begin
#275000 $finish();
end
initial begin
$dumpfile("sim_top.vcd");
$dumpvars(0,sim_top);