drtio: fix packet truncation detection in RTPacketSatellite

This commit is contained in:
Sebastien Bourdeauducq 2017-01-13 00:04:33 -06:00
parent 93a71b9f77
commit 0edffb54c2
1 changed files with 1 additions and 1 deletions

View File

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