commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: gnychis
Subject: [Commit-gnuradio] r9046 - gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/testbenches
Date: Tue, 29 Jul 2008 13:55:07 -0600 (MDT)

Author: gnychis
Date: 2008-07-29 13:55:06 -0600 (Tue, 29 Jul 2008)
New Revision: 9046

Modified:
   
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/testbenches/tb_timestamps.v
Log:
adding resets

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 19:31:45 UTC (rev 9045)
+++ 
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/testbenches/tb_timestamps.v
  2008-07-29 19:55:06 UTC (rev 9046)
@@ -60,6 +60,7 @@
 
   initial
     begin
+      timestamp_clock = 0;
       bus_reset = 1;
       clock_reset = 1;
       reset_regs = 1;
@@ -67,6 +68,12 @@
       rxclk   = 0;
       ch_0    = 0;
       ch_1    = 0;
+      ch_2    = 0;
+      ch_3    = 0;
+      ch_4    = 0;
+      ch_5    = 0;
+      ch_6    = 0;
+      ch_7    = 0;
       usbclk  = 1;
       channels = 1;
       RD      = 0;





reply via email to

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