Imported Upstream version 3.0
[debian/gnuradio] / usrp / fpga / toplevel / usrp_multi / usrp_multi_config_2rxhb_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 `define MULTI_ON
23 // ------------------------------------------------------------
24 // If TX_ON is not defined, there is *no* transmit circuitry built
25 // `define TX_ON
26
27 // ------------------------------------------------------------
28 // Define 1 and only one of TX_SINGLE, TX_DUAL and TX_QUAD
29 // to respectively enable 1, 2 or 4 transmit channels.
30 // [Please note that only TX_DUAL is currently valid]
31 //`define TX_SINGLE
32 //`define TX_DUAL
33 //`define TX_QUAD
34
35 // ------------------------------------------------------------
36 // Define TX_HB_ON to enable the transmit halfband filter
37 // [Not implemented]
38 //`define TX_HB_ON
39
40 // ------------------------------------------------------------
41 // IF RX_ON is not defined, there is *no* transmit circuitry built
42   `define RX_ON
43
44 // ------------------------------------------------------------
45 // Define 1 and only one of RX_SINGLE, RX_DUAL and RX_QUAD
46 // to respectively define 1, 2 or 4 receive channels.
47
48 //`define RX_SINGLE
49   `define RX_DUAL
50 //`define RX_QUAD
51
52 // ------------------------------------------------------------
53 // Define RX_HB_ON to enable the receive halfband filter
54   `define RX_HB_ON
55
56 // ------------------------------------------------------------
57 // Define RX_NCO_ON to enable the receive Numerical Controlled Osc
58   `define RX_NCO_ON
59
60 // ------------------------------------------------------------
61 // Define RX_CIC_ON to enable the receive Cascaded Integrator Comb filter
62   `define RX_CIC_ON