commit-gnuradio
[Top][All Lists]
Advanced

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

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


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

Author: gnychis
Date: 2008-07-29 09:38:37 -0600 (Tue, 29 Jul 2008)
New Revision: 9038

Modified:
   
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/testbenches/tb_timestamps.v
Log:
counting up timestamp

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 06:33:47 UTC (rev 9037)
+++ 
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/testbenches/tb_timestamps.v
  2008-07-29 15:38:37 UTC (rev 9038)
@@ -54,8 +54,14 @@
       rxclk   = 0;
       ch_0    = 0;
       ch_1    = 0;
+      usbclk  = 1;
 
-     #40 reset = 1'b0; 
+      #40 reset = 1'b0; 
 
+      begin
+      @(posedge rxclk)
+        timestamp_clock <= timestamp_clock + 32'd1;
+      end
+
     end  
 endmodule





reply via email to

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