diff options
author | Matt Ettus <matt@ettus.com> | 2009-12-09 23:44:32 -0800 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2009-12-09 23:44:32 -0800 |
commit | 7d8c41d63c07658c0ecf93420996e7a84ecf7bce (patch) | |
tree | e9f02532068f378f737a396f58b1a2da626cf40f /vrt/vita_tx_deframer.v | |
parent | 03ecbc575d4aac0986fbf081f5d27a4ec877437b (diff) | |
download | uhd-7d8c41d63c07658c0ecf93420996e7a84ecf7bce.tar.gz uhd-7d8c41d63c07658c0ecf93420996e7a84ecf7bce.tar.bz2 uhd-7d8c41d63c07658c0ecf93420996e7a84ecf7bce.zip |
First cut at vita tx, whole thing compiles
Diffstat (limited to 'vrt/vita_tx_deframer.v')
-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) |