forked from M-Labs/artiq
style
This commit is contained in:
parent
7d9c7ada71
commit
f15b4bdde7
|
@ -301,6 +301,7 @@ class GTPRXInit(Module):
|
|||
startup_fsm.act("READY",
|
||||
rxuserrdy.eq(1),
|
||||
self.done.eq(1),
|
||||
If(self.restart, NextState("GTP_PD")
|
||||
If(self.restart,
|
||||
NextState("GTP_PD")
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue