commit-gnuradio
[Top][All Lists]
Advanced

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

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


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

Author: gnychis
Date: 2008-07-29 10:29:08 -0600 (Tue, 29 Jul 2008)
New Revision: 9041

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

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 15:59:44 UTC (rev 9040)
+++ 
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/testbenches/tb_timestamps.v
  2008-07-29 16:29:08 UTC (rev 9041)
@@ -57,14 +57,17 @@
       ch_1    = 0;
       usbclk  = 1;
       channels = 1;
+      RD      = 0;
 
       #40 reset = 1'b0; 
+      #40 bus_reset = 1'b0;
+  end
 
-      begin
-      @(posedge rxclk)
-        timestamp_clock <= timestamp_clock + 32'd1;
-        signal <= signal + 16'd1;
-      end
+  always @(posedge rxclk)
+    begin
+    
+      timestamp_clock <= timestamp_clock + 32'd1;
+      signal <= signal + 16'd1;
 
       begin
       @(posedge rxstrobe)





reply via email to

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