diff --git a/artiq/gateware/drtio/rt_packets.py b/artiq/gateware/drtio/rt_packets.py index 910b4f20c..985ec2f4b 100644 --- a/artiq/gateware/drtio/rt_packets.py +++ b/artiq/gateware/drtio/rt_packets.py @@ -297,7 +297,7 @@ class RTPacketSatellite(Module): ongoing_packet_next = Signal() ongoing_packet = Signal() - self.sync.rtio_rx += ongoing_packet.eq(ongoing_packet_next) + self.sync += ongoing_packet.eq(ongoing_packet_next) rx_fsm.act("INPUT", If(rx_dp.frame_r,