diff options
Diffstat (limited to 'vrt')
-rw-r--r-- | vrt/vita_tx_deframer.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vrt/vita_tx_deframer.v b/vrt/vita_tx_deframer.v index c58f23528..f6f9f3da8 100644 --- a/vrt/vita_tx_deframer.v +++ b/vrt/vita_tx_deframer.v @@ -59,6 +59,7 @@ module vita_tx_deframer has_tics_reg + has_tics_reg + has_trailer_reg; wire eop = eof | (pkt_len==hdr_len); // FIXME would ignoring eof allow larger VITA packets? + wire fifo_space; always @(posedge clk) if(reset | clear) |