forked from M-Labs/artiq
rtio: keep retrying on get FIFO space timeout
This commit is contained in:
parent
e624f45369
commit
98598df78e
|
@ -192,7 +192,7 @@ class RTController(Module):
|
|||
timeout_counter.wait.eq(1),
|
||||
If(timeout_counter.done,
|
||||
signal_fifo_space_timeout.eq(1),
|
||||
NextState("IDLE")
|
||||
NextState("GET_FIFO_SPACE")
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue