Imported Upstream version 3.0.4
[debian/gnuradio] / usrp / fpga / toplevel / usrp_std / usrp_std_config_4rx_0tx.vh
1 // -*- verilog -*-
2 //
3 //  USRP - Universal Software Radio Peripheral
4 //
5 //  Copyright (C) 2006 Matt Ettus
6 //
7 //  This program is free software; you can redistribute it and/or modify
8 //  it under the terms of the GNU General Public License as published by
9 //  the Free Software Foundation; either version 2 of the License, or
10 //  (at your option) any later version.
11 //
12 //  This program is distributed in the hope that it will be useful,
13 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
14 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 //  GNU General Public License for more details.
16 //
17 //  You should have received a copy of the GNU General Public License
18 //  along with this program; if not, write to the Free Software
19 //  Foundation, Inc., 51 Franklin Street, Boston, MA  02110-1301  USA
20 //
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_DUAL is 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* transmit 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