forked from M-Labs/artiq
drtio: fix rt_packet_repeater timeout
This commit is contained in:
parent
f3fe818049
commit
00fabee1ca
|
@ -86,7 +86,7 @@ class RTPacketRepeater(Module):
|
|||
buffer_space_not, buffer_space_not_ack,
|
||||
self.cri.o_buffer_space)
|
||||
|
||||
timeout_counter = WaitTimer(8191)
|
||||
timeout_counter = ClockDomainsRenamer("rtio")(WaitTimer(8191))
|
||||
self.submodules += timeout_counter
|
||||
|
||||
# TX FSM
|
||||
|
|
Loading…
Reference in New Issue