commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r7749 - gnuradio/branches/developers/zhuochen/inband/u


From: gnychis
Subject: [Commit-gnuradio] r7749 - gnuradio/branches/developers/zhuochen/inband/usrp/fpga/toplevel/usrp_inband_usb
Date: Wed, 20 Feb 2008 00:10:15 -0700 (MST)

Author: gnychis
Date: 2008-02-20 00:10:15 -0700 (Wed, 20 Feb 2008)
New Revision: 7749

Modified:
   
gnuradio/branches/developers/zhuochen/inband/usrp/fpga/toplevel/usrp_inband_usb/config.vh
Log:
default FPGA code should be set to 1 TX and 1 RX channel


Modified: 
gnuradio/branches/developers/zhuochen/inband/usrp/fpga/toplevel/usrp_inband_usb/config.vh
===================================================================
--- 
gnuradio/branches/developers/zhuochen/inband/usrp/fpga/toplevel/usrp_inband_usb/config.vh
   2008-02-20 06:55:20 UTC (rev 7748)
+++ 
gnuradio/branches/developers/zhuochen/inband/usrp/fpga/toplevel/usrp_inband_usb/config.vh
   2008-02-20 07:10:15 UTC (rev 7749)
@@ -31,10 +31,10 @@
 // ====================================================================
 
 // Uncomment this for 1 rx channel (w/ halfband) & 1 transmit channel
-//  `include "../include/common_config_1rxhb_1tx.vh"
+  `include "../include/common_config_1rxhb_1tx.vh"
 
 // Uncomment this for 2 rx channels (w/ halfband) & 2 transmit channels
-  `include "../include/common_config_2rxhb_2tx.vh"
+//  `include "../include/common_config_2rxhb_2tx.vh"
 
 // Uncomment this for 4 rx channels (w/o halfband) & 0 transmit channels
 //`include "../include/common_config_4rx_0tx.vh"





reply via email to

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