Merge pull request #223 from gregdavill/ecp5_delayf_fix
ecp5ddrphy: Fix DELAYF initial value
This commit is contained in:
commit
8169b5412c
|
@ -350,7 +350,7 @@ class ECP5DDRPHY(Module, AutoCSR):
|
|||
self.specials += [
|
||||
Instance("DELAYF",
|
||||
p_DEL_MODE = "DQS_ALIGNED_X2",
|
||||
i_LOADN = 1,
|
||||
i_LOADN = 0,
|
||||
i_MOVE = 0,
|
||||
i_DIRECTION = 0,
|
||||
i_A = dq_i,
|
||||
|
|
Loading…
Reference in New Issue