mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-28 20:53:35 +08:00
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
Block a user