Commit e3c2ab07 authored by Florent Kermarrec's avatar Florent Kermarrec

phy/usddrphy: Add missing i_RST on DQS's ODELAYE3.

parent 06411b2a
......@@ -288,6 +288,7 @@ class USDDRPHY(Module, AutoCSR):
p_DELAY_TYPE = "VARIABLE",
p_DELAY_VALUE = int(tck*1e12/4),
o_CNTVALUEOUT = self._half_sys8x_taps.status if (i == 0) and (j == 0) else Signal(),
i_RST = ResetSignal("ic"),
i_CLK = ClockSignal(),
i_EN_VTC = self._en_vtc.storage,
i_CE = self._dly_sel.storage[i] & self._wdly_dqs_inc.re,
......
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