phy/kusddrphy: add comment

This commit is contained in:
Florent Kermarrec 2018-03-08 08:33:31 +01:00
parent 0d7a7a99e0
commit da4651ff19
1 changed files with 2 additions and 0 deletions

View File

@ -161,6 +161,8 @@ class KUSDDRPHY(Module, AutoCSR):
dqs_delayed = Signal()
dqs_t = Signal()
if i == 0:
# Store initial DQS DELAY_VALUE (in taps) to
# be able to reload DELAY_VALUE after reset.
dqs_taps = Signal(9)
dqs_taps_timer = WaitTimer(2**16)
self.submodules += dqs_taps_timer