source: PlatformSupport/Deprecated/pcores/radio_controller_v1_01_a/data/radio_controller_v2_1_0.mpd

Last change on this file was 35, checked in by snovich, 19 years ago

Working new radio controller and working spi controller

File size: 3.3 KB
Line 
1## Copyright (c) 2004 Xilinx, Inc. All Rights Reserved.
2## You may copy and modify these files for your own internal use solely with
3## Xilinx programmable logic devices and  Xilinx EDK system or create IP
4## modules solely for Xilinx programmable logic devices and Xilinx EDK system.
5## No rights are granted to distribute any files unless they are distributed in
6## Xilinx programmable logic devices.
7###################################################################
8##
9## Name     : radio_controller
10## Desc     : Microprocessor Peripheral Description
11##          : Automatically generated by PsfUtility
12##
13###################################################################
14
15BEGIN radio_controller
16
17## Peripheral Options
18OPTION IPTYPE = PERIPHERAL
19OPTION IMP_NETLIST = TRUE
20OPTION HDL = MIXED
21OPTION IP_GROUP = MICROBLAZE:PPC:USER
22OPTION CORE_STATE = DEVELOPMENT
23
24
25## Bus Interfaces
26BUS_INTERFACE BUS = SOPB, BUS_TYPE = SLAVE, BUS_STD = OPB
27
28## Generics for VHDL or Parameters for Verilog
29PARAMETER C_BASEADDR = 0xffffffff, DT = std_logic_vector, MIN_SIZE = 0x100, BUS = SOPB, ADDRESS = BASE, PAIR = C_HIGHADDR
30PARAMETER C_HIGHADDR = 0x00000000, DT = std_logic_vector, BUS = SOPB, ADDRESS = HIGH, PAIR = C_BASEADDR
31PARAMETER C_OPB_AWIDTH = 32, DT = INTEGER, BUS = SOPB
32PARAMETER C_OPB_DWIDTH = 32, DT = INTEGER, BUS = SOPB
33PARAMETER C_FAMILY = virtex2p, DT = STRING
34
35## Ports
36PORT OPB_Clk = "", DIR = I, SIGIS = Clk, BUS = SOPB
37PORT OPB_Rst = OPB_Rst, DIR = I, SIGIS = Rst, BUS = SOPB
38PORT Sl_DBus = Sl_DBus, DIR = O, VEC = [0:(C_OPB_DWIDTH-1)], BUS = SOPB
39PORT Sl_errAck = Sl_errAck, DIR = O, BUS = SOPB
40PORT Sl_retry = Sl_retry, DIR = O, BUS = SOPB
41PORT Sl_toutSup = Sl_toutSup, DIR = O, BUS = SOPB
42PORT Sl_xferAck = Sl_xferAck, DIR = O, BUS = SOPB
43PORT OPB_ABus = OPB_ABus, DIR = I, VEC = [0:(C_OPB_AWIDTH-1)], BUS = SOPB
44PORT OPB_BE = OPB_BE, DIR = I, VEC = [0:((C_OPB_DWIDTH/8)-1)], BUS = SOPB
45PORT OPB_DBus = OPB_DBus, DIR = I, VEC = [0:(C_OPB_DWIDTH-1)], BUS = SOPB
46PORT OPB_RNW = OPB_RNW, DIR = I, BUS = SOPB
47PORT OPB_select = OPB_select, DIR = I, BUS = SOPB
48PORT OPB_seqAddr = OPB_seqAddr, DIR = I, BUS = SOPB
49
50PORT radio1_shdn = "", DIR = O
51PORT radio1_txen = "", DIR = O
52PORT radio1_rxen = "", DIR = O
53PORT radio1_rxhp = "", DIR = O
54PORT radio1_ld = "", DIR = I
55PORT radio1_24pa = "", DIR = O
56PORT radio1_5pa = "", DIR = O
57PORT radio1_antsw = "", DIR = O, VEC = [0:1]
58PORT radio1_led = "", DIR = O, VEC = [0:2]
59PORT radio2_shdn = "", DIR = O
60PORT radio2_txen = "", DIR = O
61PORT radio2_rxen = "", DIR = O
62PORT radio2_rxhp = "", DIR = O
63PORT radio2_ld = "", DIR = I
64PORT radio2_24pa = "", DIR = O
65PORT radio2_5pa = "", DIR = O
66PORT radio2_antsw = "", DIR = O, VEC = [0:1]
67PORT radio2_led = "", DIR = O, VEC = [0:2]
68PORT radio3_shdn = "", DIR = O
69PORT radio3_txen = "", DIR = O
70PORT radio3_rxen = "", DIR = O
71PORT radio3_rxhp = "", DIR = O
72PORT radio3_ld = "", DIR = I
73PORT radio3_24pa = "", DIR = O
74PORT radio3_5pa = "", DIR = O
75PORT radio3_antsw = "", DIR = O, VEC = [0:1]
76PORT radio3_led = "", DIR = O, VEC = [0:2]
77PORT radio4_shdn = "", DIR = O
78PORT radio4_txen = "", DIR = O
79PORT radio4_rxen = "", DIR = O
80PORT radio4_rxhp = "", DIR = O
81PORT radio4_ld = "", DIR = I
82PORT radio4_24pa = "", DIR = O
83PORT radio4_5pa = "", DIR = O
84PORT radio4_antsw = "", DIR = O, VEC = [0:1]
85PORT radio4_led = "", DIR = O, VEC = [0:2]
86
87
88END
Note: See TracBrowser for help on using the repository browser.