source: PlatformSupport/Deprecated/pcores/user_io_board_controller_opbw_v1_00_a/data/user_io_board_controller_opbw_v2_1_0.mpd

Last change on this file was 653, checked in by sgupta, 17 years ago

Adding user io board controller

File size: 3.2 KB
Line 
1## Copyright (c) 1995-2006 Xilinx, Inc.  All rights reserved.                     
2                     
3## You may copy and modify these files for your own internal use solely with                     
4## Xilinx programmable logic devices and  Xilinx EDK system or create IP                     
5## modules solely for Xilinx programmable logic devices and Xilinx EDK system.                     
6## No rights are granted to distribute any files unless they are distributed in                     
7## Xilinx programmable logic devices.                     
8###################################################################                     
9##                     
10## Name     : user_io_board_controller_opbw                     
11## Desc     : Microprocessor Peripheral Description                     
12##          : Automatically generated by PsfUtility                     
13##                     
14###################################################################                     
15                     
16BEGIN user_io_board_controller_opbw                     
17                     
18## Peripheral Options                     
19OPTION IPTYPE = PERIPHERAL                     
20OPTION STYLE = MIX                     
21OPTION IMP_NETLIST = TRUE                     
22OPTION HDL = VHDL                     
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(0 to 31), BUS = SOPB, ADDRESS = BASE, PAIR = C_HIGHADDR, MIN_SIZE = 0x40000
30PARAMETER C_HIGHADDR = 0x00000000, DT = std_logic_vector(0 to 31), 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                     
33                     
34## Ports                     
35PORT ce = "net_vcc", DIR = I
36PORT opb_abus = OPB_ABus, DIR = I, VEC = [0:31], BUS = SOPB                     
37PORT opb_be = OPB_BE, DIR = I, VEC = [0:3], BUS = SOPB                     
38PORT opb_clk = "", DIR = I, BUS = SOPB                     
39PORT opb_dbus = OPB_DBus, DIR = I, VEC = [0:31], BUS = SOPB                     
40PORT opb_rnw = OPB_RNW, DIR = I, BUS = SOPB                     
41PORT opb_rst = OPB_Rst, DIR = I, BUS = SOPB                     
42PORT opb_select = OPB_select, DIR = I, BUS = SOPB                     
43PORT opb_seqaddr = OPB_seqAddr, DIR = I, BUS = SOPB                     
44PORT reset = "", DIR = I                     
45PORT cs = "", DIR = O                     
46PORT resetlcd = "", DIR = O                     
47PORT scl = "", DIR = O                     
48PORT sdi = "", DIR = O                     
49PORT sgp_dbus = Sl_DBus, DIR = O, VEC = [0:31], BUS = SOPB                     
50PORT sgp_errack = Sl_errAck, DIR = O, BUS = SOPB                     
51PORT sgp_retry = Sl_retry, DIR = O, BUS = SOPB                     
52PORT sgp_toutsup = Sl_toutSup, DIR = O, BUS = SOPB                     
53PORT sgp_xferack = Sl_xferAck, DIR = O, BUS = SOPB                     
54                     
55END                     
Note: See TracBrowser for help on using the repository browser.