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

Last change on this file was 368, checked in by bratton, 18 years ago

Updated radio_bridge.v and radio_bridge_v2_1_0.mpd to include the EEPROM attachments. Previous revision was the uploading of the EEPROM drivers

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