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" _______________________________________________ Commit-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnuradio
