From 0edffb54c257a48f63f199f564560f78cc7ea499 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 13 Jan 2017 00:04:33 -0600 Subject: [PATCH] drtio: fix packet truncation detection in RTPacketSatellite --- artiq/gateware/drtio/rt_packets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,