From 34db74740704ce2de2a71447b3d202e9c4be800b Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 6 Feb 2012 16:40:17 -0800 Subject: dsp rework: implement 64 bit ticks no seconds --- usrp2/vrt/vita_tx_control.v | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usrp2/vrt/vita_tx_control.v') diff --git a/usrp2/vrt/vita_tx_control.v b/usrp2/vrt/vita_tx_control.v index eaaf61815..c3ce2b96a 100644 --- a/usrp2/vrt/vita_tx_control.v +++ b/usrp2/vrt/vita_tx_control.v @@ -50,11 +50,9 @@ module vita_tx_control wire now, early, late, too_early; - // FIXME ignore too_early for now for timing reasons - assign too_early = 0; time_compare time_compare (.time_now(vita_time), .trigger_time(send_time), - .now(now), .early(early), .late(late), .too_early()); + .now(now), .early(early), .late(late), .too_early(too_early)); reg late_qual, late_del; -- cgit v1.2.3