commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r8012 - in gnuradio/branches/developers/gnychis/fpga/u


From: gnychis
Subject: [Commit-gnuradio] r8012 - in gnuradio/branches/developers/gnychis/fpga/usrp/fpga: inband_lib rbf/rev2 rbf/rev4
Date: Wed, 12 Mar 2008 22:25:56 -0600 (MDT)

Author: gnychis
Date: 2008-03-12 22:25:55 -0600 (Wed, 12 Mar 2008)
New Revision: 8012

Modified:
   
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/chan_fifo_reader.v
   
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/rbf/rev2/inband_2rxhb_2tx.rbf
   
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/rbf/rev4/inband_2rxhb_2tx.rbf
Log:
removing the allowance of jitter, and design now fits 2RX and 2TX... new RBFs

Modified: 
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/chan_fifo_reader.v
===================================================================
--- 
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/chan_fifo_reader.v
   2008-03-13 03:17:17 UTC (rev 8011)
+++ 
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/chan_fifo_reader.v
   2008-03-13 04:25:55 UTC (rev 8012)
@@ -23,10 +23,6 @@
    output wire [14:0] debug;
    assign debug = {7'd0, rdreq, skip, reader_state, pkt_waiting, tx_strobe, 
tx_clock};
    
-   // Should not be needed if adc clock rate < tx clock rate
-   // Used only to debug
-   `define JITTER                   5
-    
    //Samples format
    // 16 bits interleaved complex samples
    `define QI16                     4'b0
@@ -154,7 +150,7 @@
                        skip <= 1;
                      end  
                    // Let's send it                                    
-                   else if ((timestamp <= timestamp_clock + `JITTER 
+                   else if ((timestamp <= timestamp_clock 
                              && timestamp > timestamp_clock)
                              || timestamp == 32'hFFFFFFFF)
                      begin

Modified: 
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/rbf/rev2/inband_2rxhb_2tx.rbf
===================================================================
(Binary files differ)

Modified: 
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/rbf/rev4/inband_2rxhb_2tx.rbf
===================================================================
(Binary files differ)





reply via email to

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