2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 03:08:27 +08:00

drtio: do not lock up master when satellite repeatedly fails to answer buffer space reqs

This commit is contained in:
Sebastien Bourdeauducq 2018-09-11 22:17:57 +08:00
parent 5439abaa9d
commit 251b9a2b0d

View File

@ -189,7 +189,7 @@ class RTController(Module):
timeout_counter.wait.eq(1),
If(timeout_counter.done,
signal_buffer_space_timeout.eq(1),
NextState("GET_BUFFER_SPACE")
NextState("IDLE")
)
)
fsm.act("READ",