mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-07 16:28:40 -08:00
eth: Reset pack_seq even if the header is not marked as valid
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -732,6 +732,8 @@ class BaseRSerdesSink:
|
||||
|
||||
if self.pack_seq < self.pack_cnt:
|
||||
continue
|
||||
|
||||
self.pack_seq = 0
|
||||
else:
|
||||
data = data_in
|
||||
hdr = hdr_in
|
||||
|
||||
Reference in New Issue
Block a user