commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: matt
Subject: [Commit-gnuradio] r6019 - gnuradio/branches/developers/matt/u2f/sdr_lib
Date: Wed, 18 Jul 2007 15:15:19 -0600 (MDT)

Author: matt
Date: 2007-07-18 15:15:18 -0600 (Wed, 18 Jul 2007)
New Revision: 6019

Modified:
   gnuradio/branches/developers/matt/u2f/sdr_lib/dsp_core_tx.v
Log:
the dangers of cut and paste...


Modified: gnuradio/branches/developers/matt/u2f/sdr_lib/dsp_core_tx.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/sdr_lib/dsp_core_tx.v 2007-07-18 
21:04:21 UTC (rev 6018)
+++ gnuradio/branches/developers/matt/u2f/sdr_lib/dsp_core_tx.v 2007-07-18 
21:15:18 UTC (rev 6019)
@@ -92,7 +92,7 @@
    
    MULT18X18S MULT18X18S_inst_2 
      (.P(prod_q),    // 36-bit multiplier output
-      .A({{2{db[15]}},da} ),    // 18-bit multiplier input
+      .A({{2{db[15]}},db} ),    // 18-bit multiplier input
       .B({{2{scale_q[15]}},scale_q}),    // 18-bit multiplier input
       .C(clk),    // Clock input
       .CE(1),  // Clock enable input





reply via email to

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