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
1 changed files with 1 additions and 1 deletions

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