Commit 12fdd4ab authored by Dimitris Lampridis's avatar Dimitris Lampridis

hdl: fix typo in SVEC DDR resets

parent 94b9d12f
......@@ -673,7 +673,7 @@ begin
synced_o => sw_rst_ddr1_sync);
ddr0_rst_n <= rst_ddr_333m_n and (not sw_rst_ddr0_sync);
ddr1_rst_n <= rst_ddr_333m_n and (not sw_rst_ddr0_sync);
ddr1_rst_n <= rst_ddr_333m_n and (not sw_rst_ddr1_sync);
------------------------------------------------------------------------------
-- VME interface
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment