commit-gnuradio
[Top][All Lists]
Advanced

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

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


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

Author: gnychis
Date: 2008-07-29 11:10:50 -0600 (Tue, 29 Jul 2008)
New Revision: 9042

Modified:
   
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/testbenches/tb_timestamps.v
Log:
syntax error

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 16:29:08 UTC (rev 9041)
+++ 
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/testbenches/tb_timestamps.v
  2008-07-29 17:10:50 UTC (rev 9042)
@@ -38,7 +38,7 @@
 
   // I am not sure of this...
   strobe_gen sgen
-    (.timestamp_clock(timestamp_clock), .reset(reset), .rxclk(rxclk), 
.rxstrobe(rxstrobe), .rate(8'd64), strobe_in(1'b1));
+    (.timestamp_clock(timestamp_clock), .reset(reset), .rxclk(rxclk), 
.rxstrobe(rxstrobe), .rate(8'd64), .strobe_in(1'b1));
 
   always
     #5 rxclk = ~rxclk;





reply via email to

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