commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: gnychis
Subject: [Commit-gnuradio] r8036 - in gnuradio/branches/developers/gnychis/fpga/usrp/fpga: inband_lib rbf/rev2 rbf/rev4
Date: Mon, 17 Mar 2008 08:12:42 -0600 (MDT)

Author: gnychis
Date: 2008-03-17 08:12:42 -0600 (Mon, 17 Mar 2008)
New Revision: 8036

Modified:
   
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/chan_fifo_reader.v
   
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/rbf/rev2/inband_1rxhb_1tx.rbf
   
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/rbf/rev2/inband_2rxhb_2tx.rbf
   
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/rbf/rev4/inband_1rxhb_1tx.rbf
   
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/rbf/rev4/inband_2rxhb_2tx.rbf
Log:
new RBF with timestamp fixed... need to test

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-17 13:46:33 UTC (rev 8035)
+++ 
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/chan_fifo_reader.v
   2008-03-17 14:12:42 UTC (rev 8036)
@@ -150,8 +150,7 @@
                        skip <= 1;
                      end  
                    // Let's send it                                    
-                   else if ((timestamp <= timestamp_clock 
-                             && timestamp > timestamp_clock)
+                   else if (timestamp == timestamp_clock 
                              || timestamp == 32'hFFFFFFFF)
                      begin
                        if (rssi <= threshhold || rssi_flag == 0)

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

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_1rxhb_1tx.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]