commit-gnuradio
[Top][All Lists]
Advanced

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

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


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

Author: gnychis
Date: 2008-07-29 14:50:14 -0600 (Tue, 29 Jul 2008)
New Revision: 9050

Modified:
   
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/testbenches/tb_timestamps.v
Log:
need to put this in a block

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:43:03 UTC (rev 9049)
+++ 
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/testbenches/tb_timestamps.v
  2008-07-29 20:50:14 UTC (rev 9050)
@@ -94,6 +94,11 @@
     begin
       timestamp_clock <= timestamp_clock + 32'd1;
       signal <= signal + 16'd1;
+
+      if(have_pkt_rdy == 1'b1)
+        begin
+          $fwrite(out_file, usbdata);
+        end
     end
 
   always @(posedge rxstrobe)
@@ -108,9 +113,5 @@
         ch_7 <= {signal,4'd7};
     end
 
-  if(have_pkt_rdy == 1'b1)
-    begin
-      $fwrite(out_file, usbdata);
-    end
 
 endmodule





reply via email to

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