GNU Radio 3.4.2 C++ API
|
00001 /* 00002 * USRP - Universal Software Radio Peripheral 00003 * 00004 * Copyright (C) 2003 Free Software Foundation, Inc. 00005 * 00006 * This program is free software; you can redistribute it and/or modify 00007 * it under the terms of the GNU General Public License as published by 00008 * the Free Software Foundation; either version 3 of the License, or 00009 * (at your option) any later version. 00010 * 00011 * This program is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 * GNU General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU General Public License 00017 * along with this program; if not, write to the Free Software 00018 * Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA 00019 */ 00020 00021 /* 00022 * configuration stuff for debugging 00023 */ 00024 00025 /* 00026 * Define to 0 for normal use of port A, i.e., FPGA control bus. 00027 * Define to 1 to write trace to port A for scoping with logic analyzer. 00028 */ 00029 #define UC_TRACE_USING_PORT_A 0 00030 00031 00032 /* 00033 * Define to 0 for normal use of low 3 bits of port E, i.e., A/D, D/A SLEEP bits. 00034 * Define to 1 to enable by default driving the GPIF state to the 00035 * low three bits of port E. 00036 */ 00037 #define UC_START_WITH_GSTATE_OUTPUT_ENABLED 0 00038 00039 00040 /* 00041 * Define to 1 for normal use (the board really has an FPGA on it). 00042 * Define to 0 for debug use on board without FPGA. 00043 */ 00044 #define UC_BOARD_HAS_FPGA 1