Commit 53e98f75 authored by Florent Kermarrec's avatar Florent Kermarrec

phy/ecp5ddrphy: remplace dq_i DELAYF with DELAYG.

parent 919a6137
......@@ -349,13 +349,10 @@ class ECP5DDRPHY(Module, AutoCSR):
cycles = 1)
self.submodules += dq_i_bitslip
self.specials += [
Instance("DELAYF",
p_DEL_MODE = "DQS_ALIGNED_X2",
i_LOADN = 0,
i_MOVE = 0,
i_DIRECTION = 0,
i_A = dq_i,
o_Z = dq_i_delayed
Instance("DELAYG",
p_DEL_MODE = "DQS_ALIGNED_X2",
i_A = dq_i,
o_Z = dq_i_delayed
),
Instance("IDDRX2DQA",
i_RST = ResetSignal("sys"),
......
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