From 1ce83a07e188844d81db62d9e3027267fae97fb7 Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Thu, 2 Feb 2012 17:57:53 -0800 Subject: power_trig: first cut at power trigger with fixed delay --- usrp2/sdr_lib/cordic_z24.v | 2 -- 1 file changed, 2 deletions(-) (limited to 'usrp2/sdr_lib/cordic_z24.v') diff --git a/usrp2/sdr_lib/cordic_z24.v b/usrp2/sdr_lib/cordic_z24.v index 97b7beaf7..51b074a33 100644 --- a/usrp2/sdr_lib/cordic_z24.v +++ b/usrp2/sdr_lib/cordic_z24.v @@ -119,8 +119,6 @@ module cordic_z24(clock, reset, enable, xi, yi, zi, xo, yo, zo ); assign xo = x20[bitwidth:1]; assign yo = y20[bitwidth:1]; assign zo = z20; - //assign xo = x20[bitwidth+1:2]; // CORDIC gain is ~1.6, plus gain from rotating vectors - //assign yo = y20[bitwidth+1:2]; endmodule // cordic -- cgit v1.2.3