2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-18 16:06:30 +08:00

rtio: keep retrying on get FIFO space timeout

This commit is contained in:
Sebastien Bourdeauducq 2017-01-10 16:12:32 -06:00
parent e624f45369
commit 98598df78e

View File

@ -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")
)
)