source: PlatformSupport/Deprecated/pcores/radio_bridge_v1_20_a/data/radio_bridge_v2_1_0.mpd

Last change on this file was 929, checked in by murphpo, 16 years ago

updating radio bridge data files

File size: 5.5 KB
Line 
1
2###################################################################
3# Copyright (c) 2006 Rice University
4# All Rights Reserved
5# This code is covered by the Rice-WARP license
6# See http://warp.rice.edu/license/ for details
7###################################################################
8
9BEGIN radio_bridge
10
11## Peripheral Options
12OPTION IPTYPE = PERIPHERAL
13OPTION IMP_NETLIST = TRUE
14OPTION HDL = VERILOG
15OPTION STYLE = MIX                     
16OPTION ARCH_SUPPORT_MAP = (virtex2p=PREFERRED, virtex4=PREFERRED, others=AVAILABLE)
17OPTION IP_GROUP = USER
18OPTION USAGE_LEVEL = BASE_USER
19OPTION RUN_NGCBUILD = TRUE
20
21IO_INTERFACE IO_IF = radio_bridge, IO_TYPE = WARP_RADIOBRIDGE_V1
22PARAMETER rate_change = 0x0004, DT = std_logic_vector, DESC = Rate change implemented for I/Q datapaths, VALUES = (0x0004=4 - default, 0x0001=1 - no rate change), PERMIT = BASE_USER
23PARAMETER C_FAMILY = virtex2p, DT = STRING
24
25## Ports
26####################################################################################
27## User Ports
28## The user must connect sources/sinks to these ports in XPS in order to use
29##  the radio board. The rest of the board's connections are made automatically
30####################################################################################
31PORT user_ADC_I = "", DIR = O, VEC = [0:13], IO_IS = userADCI
32PORT user_ADC_Q = "", DIR = O, VEC = [0:13], IO_IS = userADCQ
33
34PORT user_DAC_I = "", DIR = I, VEC = [0:15], IO_IS = userDACI
35PORT user_DAC_Q = "", DIR = I, VEC = [0:15], IO_IS = userDACQ
36
37PORT user_RxRF_gain = "", DIR = I, VEC = [0:1], IO_IS = userRxRFG
38PORT user_RxBB_gain = "", DIR = I, VEC = [0:4], IO_IS = userRxBBG
39
40PORT user_Tx_gain = "", DIR = I, VEC = [0:5], IO_IS = userTxG
41
42PORT user_TxModelStart = "", DIR = O
43
44PORT user_RSSI_ADC_clk = "", DIR = I
45
46PORT user_RSSI_ADC_D = "", DIR = O, VEC = [0:9], IO_IS = userRSSI_D
47
48PORT user_EEPROM_IO_T = "", DIR = I
49PORT user_EEPROM_IO_O = "", DIR = I
50PORT user_EEPROM_IO_I = "", DIR = O
51
52PORT user_SHDN_external = "", DIR = I
53PORT user_RxEn_external = "", DIR = I
54PORT user_TxEn_external = "", DIR = I
55PORT user_RxHP_external = "", DIR = I
56
57####################################################################################
58
59#Automatically tied to sys_clk_s, the OPB clock created by BSB
60# Custom clock setups may need to change this
61# Show defaults in System Assembly to view and change this assignment
62PORT converter_clock_in = "sys_clk_s", DIR = I, SIGIS = CLK
63
64PORT converter_clock_out = "", DIR = O, SIGIS = CLK
65
66PORT radio_RSSI_ADC_clk = "", DIR = O
67
68PORT radio_DAC_I = "", DIR = O, VEC = [15:0], IO_IS = radioDACI, ENDIAN = LITTLE
69PORT radio_DAC_Q = "", DIR = O, VEC = [15:0], IO_IS = radioDACQ, ENDIAN = LITTLE
70
71PORT radio_ADC_I = "", DIR = I, VEC = [13:0], IO_IS = radioADCI, ENDIAN = LITTLE
72PORT radio_ADC_Q = "", DIR = I, VEC = [13:0], IO_IS = radioADCQ, ENDIAN = LITTLE
73
74PORT radio_B = "", DIR = O, VEC = [6:0], IO_IS = radioGain, ENDIAN = LITTLE
75
76PORT radio_ANTSW = "", DIR = O, VEC = [1:0], IO_IS = b2r_ANTSW, ENDIAN = LITTLE
77PORT radio_LED = "", DIR = O, VEC = [2:0], IO_IS = b2r_LED, ENDIAN = LITTLE
78PORT radio_DIPSW = "", DIR = I, VEC = [3:0], IO_IS = b2r_DIPSW, ENDIAN = LITTLE
79PORT radio_RSSI_ADC_D = "", DIR = I, VEC = [9:0], IO_IS = b2r_RSSI_ADC_D, ENDIAN = LITTLE
80
81PORT radio_EEPROM_IO = "", DIR = IO, THREE_STATE = FALSE, IOB_STATE = BUF
82
83PORT radio_spi_clk = "", DIR = O
84PORT radio_spi_data = "", DIR = O
85PORT radio_spi_cs = "", DIR = O
86PORT radio_SHDN = "", DIR = O
87PORT radio_TxEn = "", DIR = O
88PORT radio_RxEn = "", DIR = O
89PORT radio_RxHP = "", DIR = O
90PORT radio_24PA = "", DIR = O
91PORT radio_5PA = "", DIR = O
92PORT radio_RX_ADC_DCS = "", DIR = O
93PORT radio_RX_ADC_DFS = "", DIR = O
94PORT radio_RX_ADC_PWDNA = "", DIR = O
95PORT radio_RX_ADC_PWDNB = "", DIR = O
96PORT radio_RSSI_ADC_CLAMP = "", DIR = O
97PORT radio_RSSI_ADC_HIZ = "", DIR = O
98PORT radio_RSSI_ADC_SLEEP = "", DIR = O
99PORT radio_LD = "", DIR = I
100PORT radio_RX_ADC_OTRA = "", DIR = I
101PORT radio_RX_ADC_OTRB = "", DIR = I
102PORT radio_RSSI_ADC_OTR = "", DIR = I
103PORT radio_DAC_PLL_LOCK = "", DIR = I
104PORT radio_DAC_RESET = "", DIR = O
105
106PORT controller_spi_clk = "", DIR = I
107PORT controller_spi_data = "", DIR = I
108PORT controller_radio_cs = "", DIR = I
109PORT controller_dac_cs = "", DIR = I
110PORT controller_SHDN = "", DIR = I
111PORT controller_TxEn = "", DIR = I
112PORT controller_RxEn = "", DIR = I
113PORT controller_RxHP = "", DIR = I
114PORT controller_24PA = "", DIR = I
115PORT controller_5PA = "", DIR = I
116PORT controller_ANTSW = "", DIR = I, VEC = [0:1], IO_IS = c2b_ANTSW
117PORT controller_LED = "", DIR = I, VEC = [0:2], IO_IS = c2b_LED
118PORT controller_RX_ADC_DCS = "", DIR = I
119PORT controller_RX_ADC_DFS = "", DIR = I
120PORT controller_RX_ADC_PWDNA = "", DIR = I
121PORT controller_RX_ADC_PWDNB = "", DIR = I
122PORT controller_RSSI_ADC_CLAMP = "", DIR = I
123PORT controller_RSSI_ADC_HIZ = "", DIR = I
124PORT controller_RSSI_ADC_SLEEP = "", DIR = I
125PORT controller_DIPSW = "", DIR = O, VEC = [0:3], IO_IS = c2b_DIPSW
126PORT controller_RSSI_ADC_D = "", DIR = O, VEC = [0:9], IO_IS = c2b_RSSI_ADC_D
127PORT controller_LD = "", DIR = O
128PORT controller_RX_ADC_OTRA = "", DIR = O
129PORT controller_RX_ADC_OTRB = "", DIR = O
130PORT controller_RSSI_ADC_OTR = "", DIR = O
131PORT controller_DAC_PLL_LOCK = "", DIR = O
132PORT controller_DAC_RESET = "", DIR = I
133PORT controller_TxStart = "", DIR = I
134PORT dac_spi_data = "", DIR = O
135PORT dac_spi_cs = "", DIR = O
136PORT dac_spi_clk = "", DIR = O
137PORT controller_SHDN_external = "", DIR = O
138PORT controller_RxEn_external = "", DIR = O
139PORT controller_TxEn_external = "", DIR = O
140PORT controller_RxHP_external = "", DIR = O
141
142END
Note: See TracBrowser for help on using the repository browser.