Imported Upstream version 3.2.2
[debian/gnuradio] / usrp / fpga / toplevel / include / common_config_2rx_0tx.vh
1 // -*- verilog -*-
2 //
3 //  USRP - Universal Software Radio Peripheral
4 //
5 //  Copyright (C) 2006 Matt Ettus
6 //  Copyright (C) 2006 Martin Dudok van Heel
7 //
8 //  This program is free software; you can redistribute it and/or modify
9 //  it under the terms of the GNU General Public License as published by
10 //  the Free Software Foundation; either version 2 of the License, or
11 //  (at your option) any later version.
12 //
13 //  This program is distributed in the hope that it will be useful,
14 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
15 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 //  GNU General Public License for more details.
17 //
18 //  You should have received a copy of the GNU General Public License
19 //  along with this program; if not, write to the Free Software
20 //  Foundation, Inc., 51 Franklin Street, Boston, MA  02110-1301  USA
21 //
22 // ------------------------------------------------------------
23 // If TX_ON is not defined, there is *no* transmit circuitry built
24 // `define TX_ON
25
26 // ------------------------------------------------------------
27 // Define 1 and only one of TX_SINGLE, TX_DUAL and TX_QUAD
28 // to respectively enable 1, 2 or 4 transmit channels.
29 // [Please note that only TX_SINGLE and TX_DUAL are currently valid]
30 //`define TX_SINGLE
31 //`define TX_DUAL
32 //`define TX_QUAD
33
34 // ------------------------------------------------------------
35 // Define TX_HB_ON to enable the transmit halfband filter
36 // [Not implemented]
37 //`define TX_HB_ON
38
39 // ------------------------------------------------------------
40 // IF RX_ON is not defined, there is *no* receive circuitry built
41   `define RX_ON
42
43 // ------------------------------------------------------------
44 // Define 1 and only one of RX_SINGLE, RX_DUAL and RX_QUAD
45 // to respectively define 1, 2 or 4 receive channels.
46
47 //`define RX_SINGLE
48 `define RX_DUAL
49 //`define RX_QUAD
50
51 // ------------------------------------------------------------
52 // Define RX_HB_ON to enable the receive halfband filter
53 //`define RX_HB_ON
54
55 // ------------------------------------------------------------
56 // Define RX_NCO_ON to enable the receive Numerical Controlled Osc
57   `define RX_NCO_ON
58
59 // ------------------------------------------------------------
60 // Define RX_CIC_ON to enable the receive Cascaded Integrator Comb filter
61   `define RX_CIC_ON