commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r6472 - gnuradio/branches/developers/matt/u2f/sdr_lib


From: matt
Subject: [Commit-gnuradio] r6472 - gnuradio/branches/developers/matt/u2f/sdr_lib
Date: Tue, 18 Sep 2007 17:26:09 -0600 (MDT)

Author: matt
Date: 2007-09-18 17:26:08 -0600 (Tue, 18 Sep 2007)
New Revision: 6472

Modified:
   gnuradio/branches/developers/matt/u2f/sdr_lib/dsp_core_rx.v
Log:
added missing handshake output


Modified: gnuradio/branches/developers/matt/u2f/sdr_lib/dsp_core_rx.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/sdr_lib/dsp_core_rx.v 2007-09-18 
23:25:36 UTC (rev 6471)
+++ gnuradio/branches/developers/matt/u2f/sdr_lib/dsp_core_rx.v 2007-09-18 
23:26:08 UTC (rev 6472)
@@ -15,6 +15,8 @@
 
    assign bb_i = i_decim;
    assign bb_q = q_decim;
+
+   assign wr_req = stb_decim;
    
    wire [15:0] scale_i, scale_q;
    wire [31:0] phase_inc;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]