phy/s7ddrphy: fix cmd delays

This commit is contained in:
Florent Kermarrec 2019-02-14 09:42:33 +01:00
parent f61c8d93af
commit fd3e9afbcd
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ class S7DDRPHY(Module, AutoCSR):
i_CE=self._cdly_inc.re, i_CE=self._cdly_inc.re,
i_LDPIPEEN=0, i_INC=1, i_LDPIPEEN=0, i_INC=1,
o_ODATAIN=bank, o_DATAOUT=getattr(pads, name)[i] o_ODATAIN=cmd, o_DATAOUT=getattr(pads, name)[i]
) )
# DQS and DM # DQS and DM