commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6033 - gnuradio/branches/developers/matt/u2f/models


From: matt
Subject: [Commit-gnuradio] r6033 - gnuradio/branches/developers/matt/u2f/models
Date: Thu, 19 Jul 2007 18:05:35 -0600 (MDT)

Author: matt
Date: 2007-07-19 18:05:34 -0600 (Thu, 19 Jul 2007)
New Revision: 6033

Modified:
   gnuradio/branches/developers/matt/u2f/models/adc_model.v
Log:
nicer looking signals so we can tell i and q apart.


Modified: gnuradio/branches/developers/matt/u2f/models/adc_model.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/models/adc_model.v    2007-07-19 
22:17:05 UTC (rev 6032)
+++ gnuradio/branches/developers/matt/u2f/models/adc_model.v    2007-07-20 
00:05:34 UTC (rev 6033)
@@ -27,19 +27,19 @@
        else
         adc_a_int <= adc_a_int + 1;
      else
-       if(adc_a_int == -14'd8100)
+       if(adc_a_int == -14'd1137)
         a_up <= 1;
        else
         adc_a_int <= adc_a_int - 1;
    
    always @(posedge clk)
      if(b_up)
-       if(adc_b_int == 14'd8100)
+       if(adc_b_int == 14'd1987)
         b_up <= 0;
        else
         adc_b_int <= adc_b_int + 1;
      else
-       if(adc_b_int == -14'd8100)
+       if(adc_b_int == -14'd2753)
         b_up <= 1;
        else
         adc_b_int <= adc_b_int - 1;





reply via email to

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