commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: gnychis
Subject: [Commit-gnuradio] r8445 - gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/testbenches
Date: Mon, 19 May 2008 12:44:45 -0600 (MDT)

Author: gnychis
Date: 2008-05-19 12:44:45 -0600 (Mon, 19 May 2008)
New Revision: 8445

Modified:
   
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/testbenches/fx2.v
Log:
adding in tx/rx io

Modified: 
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/testbenches/fx2.v
===================================================================
--- 
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/testbenches/fx2.v
    2008-05-19 18:15:53 UTC (rev 8444)
+++ 
gnuradio/branches/developers/gnychis/fpga/usrp/fpga/inband_lib/testbenches/fx2.v
    2008-05-19 18:44:45 UTC (rev 8445)
@@ -6,7 +6,12 @@
     output                  usbclk,
     output          [2:0]   usbctl,
     output          [1:0]   usbrdy,
-    inout           [15:0]  usbdata
+    inout           [15:0]  usbdata,
+
+    inout           [15:0] io_tx_a,
+    inout           [15:0] io_tx_b,
+    inout           [15:0] io_rx_a,
+    inout           [15:0] io_rx_b
 ) ;
 
     initial begin





reply via email to

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