mirror of
https://github.com/enjoy-digital/litedram.git
synced 2025-01-04 09:52:25 -05:00
phy/kusddrphy: use rdly_dq_bitslip_rst CSR for bitslip reset
This commit is contained in:
parent
1ece2ca7b7
commit
28b7d3264c
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ class KUSDDRPHY(Module, AutoCSR):
|
|||
dq_bitslip = BitSlip(8)
|
||||
self.sync += \
|
||||
If(self._dly_sel.storage[i//8],
|
||||
If(self._wdly_dq_rst.re,
|
||||
If(self._rdly_dq_bitslip_rst.re,
|
||||
dq_bitslip.value.eq(0)
|
||||
).Elif(self._rdly_dq_bitslip.re,
|
||||
dq_bitslip.value.eq(dq_bitslip.value + 1)
|
||||
|
|
Loading…
Reference in a new issue