2
0
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:
Sebastien Bourdeauducq 2018-09-03 09:57:04 +08:00
parent f3fe818049
commit 00fabee1ca

View File

@ -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