forked from M-Labs/artiq
drtio: fix link shutdown
This commit is contained in:
parent
abd1b2a94e
commit
02adae7397
|
@ -273,5 +273,6 @@ class LinkLayer(Module, AutoCSR):
|
||||||
If(wait_scrambler.done, NextState("READY"))
|
If(wait_scrambler.done, NextState("READY"))
|
||||||
)
|
)
|
||||||
fsm.act("READY",
|
fsm.act("READY",
|
||||||
ready.eq(1)
|
ready.eq(1),
|
||||||
|
If(~self.rx_ready, NextState("WAIT_RX_READY"))
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue