source: PlatformSupport/Deprecated/pcores/Aurora_MGT/Pcore/mgt_fifo1_v1_00_a/data/mgt_fifo1_v2_1_0.mpd

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

This is the first fully succseful MGT Peripheral which has been incorproated into the current Rice TAP XBD file.

File size: 2.8 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     : mgt_fifo1
10## Desc     : Microprocessor Peripheral Description
11##          : Automatically generated by PsfUtility
12##
13###################################################################
14
15BEGIN mgt_fifo1
16
17## Peripheral Options
18OPTION IPTYPE = PERIPHERAL
19OPTION IMP_NETLIST = TRUE
20OPTION HDL = MIXED
21OPTION USAGE_LEVEL = BASE_USER
22OPTION IP_GROUP = MICROBLAZE:PPC:LOGICORE:IO ## was PPC:USER
23OPTION CORE_STATE = ACTIVE ## WAS DEVELOPMENT
24OPTION ARCH_SUPPORT = qrvirtex2:qvirtex2:spartan2:spartan2e:spartan3:virtex:virtex2:virtex2p:virtex4:virtexe:spartan3e
25
26IO_INTERFACE IO_IF = mgt_fifo1_0, IO_TYPE = TAP_MGTFIFO1_V1
27
28
29## Bus Interfaces
30BUS_INTERFACE BUS = SOPB, BUS_TYPE = SLAVE, BUS_STD = OPB
31
32## Generics for VHDL or Parameters for Verilog
33PARAMETER C_BASEADDR = 0xffffffff, DT = std_logic_vector, MIN_SIZE = 0x800, BUS = SOPB, ADDRESS = BASE, PAIR = C_HIGHADDR
34PARAMETER C_HIGHADDR = 0x00000000, DT = std_logic_vector, BUS = SOPB, ADDRESS = HIGH, PAIR = C_BASEADDR
35PARAMETER C_OPB_AWIDTH = 32, DT = INTEGER, BUS = SOPB
36PARAMETER C_OPB_DWIDTH = 32, DT = INTEGER, BUS = SOPB
37PARAMETER C_FAMILY = virtex2p, DT = STRING
38
39## Ports
40 PORT OPB_Clk = "", DIR = I, SIGIS = Clk, BUS = SOPB
41 PORT iTOP_REF_CLK = dcm_clk_s , DIR = I
42 PORT OPB_Rst = OPB_Rst, DIR = I, SIGIS = Rst, BUS = SOPB
43 PORT Sl_DBus = Sl_DBus, DIR = O, VEC = [0:(C_OPB_DWIDTH-1)], BUS = SOPB
44 PORT Sl_errAck = Sl_errAck, DIR = O, BUS = SOPB
45 PORT Sl_retry = Sl_retry, DIR = O, BUS = SOPB
46 PORT Sl_toutSup = Sl_toutSup, DIR = O, BUS = SOPB
47 PORT Sl_xferAck = Sl_xferAck, DIR = O, BUS = SOPB
48 PORT OPB_ABus = OPB_ABus, DIR = I, VEC = [0:(C_OPB_AWIDTH-1)], BUS = SOPB
49 PORT OPB_BE = OPB_BE, DIR = I, VEC = [0:((C_OPB_DWIDTH/8)-1)], BUS = SOPB
50 PORT OPB_DBus = OPB_DBus, DIR = I, VEC = [0:(C_OPB_DWIDTH-1)], BUS = SOPB
51 PORT OPB_RNW = OPB_RNW, DIR = I, BUS = SOPB
52 PORT OPB_select = OPB_select, DIR = I, BUS = SOPB
53 PORT OPB_seqAddr = OPB_seqAddr, DIR = I, BUS = SOPB
54 PORT iTXN = "", DIR = O, PERMIT = BASE_USER, DESC = "Transmit-neg", IO_IF = mgt_fifo1_0, IO_IS = trans_neg
55 PORT iTXP = "", DIR = O, PERMIT = BASE_USER, DESC = "Transit-pos", IO_IF = mgt_fifo1_0, IO_IS = trans_pos
56 PORT iRXN = "", DIR = I, PERMIT = BASE_USER, DESC = "Receive-neg", IO_IF = mgt_fifo1_0, IO_IS = rec_neg
57 PORT iRXP = "", DIR = I, PERMIT = BASE_USER, DESC = "Receive-pos", IO_IF = mgt_fifo1_0, IO_IS = rec_pos
58 
59
60END
Note: See TracBrowser for help on using the repository browser.