mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-26 03:38:25 +08:00
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
Block a user