From 7383ff07f482f8dcf37f2c1464f6a29d1b0bdf0b Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Thu, 18 Nov 2010 18:39:24 -0800 Subject: fix problem with consecutive timed packets on tx --- usrp2/vrt/vita_tx_deframer.v | 2 -- 1 file changed, 2 deletions(-) (limited to 'usrp2') diff --git a/usrp2/vrt/vita_tx_deframer.v b/usrp2/vrt/vita_tx_deframer.v index 7697be367..eb39feaec 100644 --- a/usrp2/vrt/vita_tx_deframer.v +++ b/usrp2/vrt/vita_tx_deframer.v @@ -201,8 +201,6 @@ module vita_tx_deframer send_time[63:32] <= data_i[31:0]; VITA_TICS2 : send_time[31:0] <= data_i[31:0]; - VITA_STORE, VITA_HEADER : - send_time[63:0] <= 64'd0; endcase // case (vita_state) always @(posedge clk) -- cgit v1.2.3