diff --git a/design/top.vhd b/design/top.vhd index 655fe4e..257053c 100644 --- a/design/top.vhd +++ b/design/top.vhd @@ -132,7 +132,7 @@ begin elsif rising_edge(clk) then if pll_locked = '1' then rst_ddr3_n <= '1'; -- Start DDR3 Controller - if local_init_done = '1' and local_cal_success = '1' then + if (local_init_done = '1' and local_cal_success = '1') or in_simulation then rst <= '0'; -- Start system! end if; end if;