mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-30 20:30:19 +08:00
gtxinit: fix attributeerror for rx multilane
This commit is contained in:
parent
c1f2ff3717
commit
0f0f030267
@ -59,7 +59,7 @@ class GTXInit(Module):
|
||||
MultiReg(self.Xxdlysresetdone, Xxdlysresetdone),
|
||||
MultiReg(self.Xxphaligndone, Xxphaligndone),
|
||||
]
|
||||
if mode != "single":
|
||||
if mode != "single" and not rx:
|
||||
txphinitdone = Signal()
|
||||
self.specials += MultiReg(self.txphinitdone, txphinitdone)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user