commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9052 - gnuradio/branches/developers/gnychis/fpga/usrp


From: gnychis
Subject: [Commit-gnuradio] r9052 - gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/testbenches
Date: Tue, 29 Jul 2008 15:02:50 -0600 (MDT)

Author: gnychis
Date: 2008-07-29 15:02:50 -0600 (Tue, 29 Jul 2008)
New Revision: 9052

Modified:
   
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/testbenches/tb_timestamps.v
Log:
work-in-progress

Modified: 
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/testbenches/tb_timestamps.v
===================================================================
--- 
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/testbenches/tb_timestamps.v
  2008-07-29 20:58:04 UTC (rev 9051)
+++ 
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/testbenches/tb_timestamps.v
  2008-07-29 21:02:50 UTC (rev 9052)
@@ -99,10 +99,16 @@
   
   always @(posedge usbclk)
     begin
+
       if(have_pkt_rdy == 1'b1)
         begin
           RD <= 1'b1;
         end
+      else
+        begin
+          RD <= 1'b0;
+        end
+
       if(RD == 1'b1)
         begin
           $fwrite(out_file, usbdata);





reply via email to

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