phy/kusddrphy: add comment
This commit is contained in:
parent
0d7a7a99e0
commit
da4651ff19
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue