source: PlatformSupport/Deprecated/pcores/SPI_Controller/data/ourspi_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: 2.6 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     : ourspi
10## Desc     : Microprocessor Peripheral Description
11##          : Automatically generated by PsfUtility
12##
13###################################################################
14
15BEGIN ourspi
16
17## Peripheral Options
18OPTION IPTYPE = PERIPHERAL
19OPTION IMP_NETLIST = TRUE
20OPTION HDL = VERILOG
21OPTION CORE_STATE = ACTIVE
22OPTION IP_GROUP = MICROBLAZE:PPC:USER
23OPTION STYLE = MIX
24OPTION RUN_NGCBUILD = TRUE
25
26
27## Bus Interfaces
28BUS_INTERFACE BUS = SOPB, BUS_TYPE = SLAVE, BUS_STD = OPB
29
30## Generics for VHDL or Parameters for Verilog
31PARAMETER C_BASEADDR = 0x80000000, BUS = SOPB, ADDRESS = BASE, PAIR = C_HIGHADDR, MIN_SIZE = 0x100
32PARAMETER C_HIGHADDR = 0x800000ff, BUS = SOPB, ADDRESS = HIGH, PAIR = C_BASEADDR
33
34## Ports
35PORT OPB_Clk = "", DIR = I, BUS = SOPB
36PORT rst = OPB_Rst, DIR = I, BUS = SOPB
37PORT opb_abus = OPB_ABus, DIR = I, VEC = [31:0], BUS = SOPB
38PORT opb_be = OPB_BE, DIR = I, VEC = [3:0], BUS = SOPB
39PORT opb_dbus = OPB_DBus, DIR = I, VEC = [31:0], BUS = SOPB
40PORT opb_rnw = OPB_RNW, DIR = I, BUS = SOPB
41PORT opb_select = OPB_select, DIR = I, BUS = SOPB
42PORT opb_seqaddr = OPB_seqAddr, DIR = I, BUS = SOPB
43PORT sl_dbus = Sl_DBus, DIR = O, VEC = [31:0], BUS = SOPB
44PORT sl_errack = Sl_errAck, DIR = O, BUS = SOPB
45PORT sl_retry = Sl_retry, DIR = O, BUS = SOPB
46PORT sl_toutsup = Sl_toutSup, DIR = O, BUS = SOPB
47PORT sl_xferack = Sl_xferAck, DIR = O, BUS = SOPB
48PORT radio1_sclk = "", DIR = O
49PORT radio1_dout = "", DIR = O
50PORT radio1_cs = "", DIR = O
51PORT radio2_sclk = "", DIR = O
52PORT radio2_dout = "", DIR = O
53PORT radio2_cs = "", DIR = O
54PORT radio3_sclk = "", DIR = O
55PORT radio3_dout = "", DIR = O
56PORT radio3_cs = "", DIR = O
57PORT radio4_sclk = "", DIR = O
58PORT radio4_dout = "", DIR = O
59PORT radio4_cs = "", DIR = O
60PORT dac1_sclk = "", DIR = O
61PORT dac1_dout = "", DIR = O
62PORT dac1_cs = "", DIR = O
63PORT dac2_sclk = "", DIR = O
64PORT dac2_dout = "", DIR = O
65PORT dac2_cs = "", DIR = O
66PORT dac3_sclk = "", DIR = O
67PORT dac3_dout = "", DIR = O
68PORT dac3_cs = "", DIR = O
69PORT dac4_sclk = "", DIR = O
70PORT dac4_dout = "", DIR = O
71PORT dac4_cs = "", DIR = O
72
73END
Note: See TracBrowser for help on using the repository browser.