forked from M-Labs/artiq
drtio: do not lock up master when satellite repeatedly fails to answer buffer space reqs
This commit is contained in:
parent
5439abaa9d
commit
251b9a2b0d
|
@ -189,7 +189,7 @@ class RTController(Module):
|
||||||
timeout_counter.wait.eq(1),
|
timeout_counter.wait.eq(1),
|
||||||
If(timeout_counter.done,
|
If(timeout_counter.done,
|
||||||
signal_buffer_space_timeout.eq(1),
|
signal_buffer_space_timeout.eq(1),
|
||||||
NextState("GET_BUFFER_SPACE")
|
NextState("IDLE")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
fsm.act("READ",
|
fsm.act("READ",
|
||||||
|
|
Loading…
Reference in New Issue