source: PlatformSupport/Deprecated/pcores/linkport_v1_00_a/data/linkport_v2_1_0.mpd

Last change on this file was 909, checked in by murphpo, 16 years ago

updating MPD files; replaced CORE_STATE parameter with ARCH_SUPPORT_MAP to avoid warnings in EDK 10

File size: 1.4 KB
Line 
1###################################################################
2##
3## Name     : linkport
4## Desc     : Microprocessor Peripheral Description
5##          : Automatically generated by PsfUtility
6##
7###################################################################
8
9BEGIN linkport
10
11## Peripheral Options
12OPTION IPTYPE = PERIPHERAL
13OPTION IMP_NETLIST = TRUE
14OPTION HDL = VHDL
15OPTION USAGE_LEVEL = BASE_USER
16OPTION ARCH_SUPPORT_MAP = (virtex2p=PREFERRED, virtex4=PREFERRED, others=AVAILABLE)
17OPTION IP_GROUP = USER
18OPTION STYLE = MIX
19OPTION RUN_NGCBUILD = TRUE
20
21IO_INTERFACE IO_IF = mgt_linkport1_0, IO_TYPE = WARP_MGTLINKPORT1_V1
22
23## Bus Interfaces
24
25## Generics for VHDL or Parameters for Verilog
26
27## Ports
28PORT tx_data = "", DIR = I, VEC = [15:0]
29PORT tx_clk = "", DIR = I
30PORT tx_wr = "", DIR = I
31PORT tx_first = "", DIR = I
32PORT tx_last = "", DIR = I
33PORT tx_rdy = "", DIR = O
34PORT link_en = "", DIR = I
35PORT rx_clk = "", DIR = I
36PORT rx_drdy = "", DIR = O
37PORT rx_first = "", DIR = O
38PORT rx_last = "", DIR = O
39PORT rx_data = "", DIR = O, VEC = [15:0]
40PORT fc_req = "", DIR = I
41PORT fc_nb = "", DIR = I, VEC = [3:0]
42PORT fc_ack = "", DIR = O
43PORT top_ref_clk_i = mgt_top_ref_clk, DIR = I
44PORT user_clk_i = mgt_usr_clk, DIR = I
45PORT mgt_rxp = "", DIR = I , IO_IS = rec_pos
46PORT mgt_rxn = "", DIR = I , IO_IS = rec_neg
47PORT mgt_txn = "", DIR = O , IO_IS = trans_neg
48PORT mgt_txp = "", DIR = O , IO_IS = trans_pos
49PORT grst = "", DIR = I
50PORT mgt_pwdn = "", DIR = I
51
52END
Note: See TracBrowser for help on using the repository browser.