OpenCores
URL https://opencores.org/ocsvn/bustap-jtag/bustap-jtag/trunk

Subversion Repositories bustap-jtag

[/] [bustap-jtag/] [trunk/] [rtl/] [xilinx/] [pcores/] [bustap_jtag_v1_00_a/] [data/] [bustap_jtag_v2_1_0.mpd] - Blame information for rev 18

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 18 ash_riple
#-- DISCLAIMER OF LIABILITY
2
#--
3
#-- This file contains proprietary and confidential information of
4
#-- Xilinx, Inc. ("Xilinx"), that is distributed under a license
5
#-- from Xilinx, and may be used, copied and/or disclosed only
6
#-- pursuant to the terms of a valid license agreement with Xilinx.
7
#--
8
#-- XILINX IS PROVIDING THIS DESIGN, CODE, OR INFORMATION
9
#-- ("MATERIALS") "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
10
#-- EXPRESSED, IMPLIED, OR STATUTORY, INCLUDING WITHOUT
11
#-- LIMITATION, ANY WARRANTY WITH RESPECT TO NONINFRINGEMENT,
12
#-- MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE. Xilinx
13
#-- does not warrant that functions included in the Materials will
14
#-- meet the requirements of Licensee, or that the operation of the
15
#-- Materials will be uninterrupted or error-free, or that defects
16
#-- in the Materials will be corrected. Furthermore, Xilinx does
17
#-- not warrant or make any representations regarding use, or the
18
#-- results of the use, of the Materials in terms of correctness,
19
#-- accuracy, reliability or otherwise.
20
#--
21
#-- Xilinx products are not designed or intended to be fail-safe,
22
#-- or for use in any application requiring fail-safe performance,
23
#-- such as life-support or safety devices or systems, Class III
24
#-- medical devices, nuclear facilities, applications related to
25
#-- the deployment of airbags, or any other applications that could
26
#-- lead to death, personal injury or severe property or
27
#-- environmental damage (individually and collectively, "critical
28
#-- applications"). Customer assumes the sole risk and liability
29
#-- of any use of Xilinx products in critical applications,
30
#-- subject only to applicable laws and regulations governing
31
#-- limitations on product liability.
32
#--
33
#-- Copyright (c) 1995-2010 Xilinx, Inc.  All rights reserved.
34
#--
35
#-- This disclaimer and copyright notice must be retained as part
36
#-- of this file at all times.
37
#--
38
###################################################################
39
##
40
## Name     : bustap_jtag
41
## Desc     : Microprocessor Peripheral Description
42
##          : Automatically generated by PsfUtility
43
##
44
###################################################################
45
 
46
BEGIN bustap_jtag
47
 
48
## Peripheral Options
49
OPTION IPTYPE = PERIPHERAL
50
OPTION IMP_NETLIST = TRUE
51
OPTION STYLE = MIX
52
OPTION DESC = AXI BUS TAP
53
OPTION LONG_DESC = AXI BUS TAP JTAG
54
OPTION HDL = MIXED
55
OPTION RUN_NGCBUILD = TRUE
56
 
57
## MON_AXI Bus Interfaces
58
BUS_INTERFACE BUS = MON_AXI, BUS_STD = AXI, BUS_TYPE = MONITOR
59
 
60
## MON_AXI Generics for VHDL or Parameters for Verilog
61
PARAMETER C_ADDR_WIDTH = 32, DT = integer, ASSIGNMENT = CONSTANT, BUS = MON_AXI
62
PARAMETER C_DATA_WIDTH = 32, DT = integer, ASSIGNMENT = CONSTANT, BUS = MON_AXI
63
PARAMETER C_PROTOCOL = AXI4Lite, DT = string, TYPE = NON_HDL, ASSIGNMENT = CONSTANT, BUS = MON_AXI
64
 
65
## MON_AXI Ports
66
PORT ACLK = "", BUS = MON_AXI, DIR = I, SIGIS = CLK
67
PORT ARESETN = ARESETN, BUS = MON_AXI, DIR = I, SIGIS = RST
68
PORT AWADDR = AWADDR, BUS = MON_AXI, DIR = I, VEC = [(C_ADDR_WIDTH-1):0]
69
PORT AWPROT = AWPROT, BUS = MON_AXI, DIR = I, VEC = [2:0]
70
PORT AWVALID = AWVALID, BUS = MON_AXI, DIR = I
71
PORT AWREADY = AWREADY, BUS = MON_AXI, DIR = I
72
PORT WDATA = WDATA, BUS = MON_AXI, DIR = I, VEC = [(C_DATA_WIDTH-1):0]
73
PORT WSTRB = WSTRB, BUS = MON_AXI, DIR = I, VEC = [((C_DATA_WIDTH/8) -1):0]
74
PORT WVALID = WVALID, BUS = MON_AXI, DIR = I
75
PORT WREADY = WREADY, BUS = MON_AXI, DIR = I
76
PORT BRESP = BRESP, BUS = MON_AXI, DIR = I, VEC = [1:0]
77
PORT BVALID = BVALID, BUS = MON_AXI, DIR = I
78
PORT BREADY = BREADY, BUS = MON_AXI, DIR = I
79
PORT ARADDR = ARADDR, BUS = MON_AXI, DIR = I, VEC = [(C_ADDR_WIDTH-1):0
80
PORT ARPROT = ARPROT, BUS = MON_AXI, DIR = I, VEC = [2:0]
81
PORT ARVALID = ARVALID, BUS = MON_AXI, DIR = I
82
PORT ARREADY = ARREADY, BUS = MON_AXI, DIR = I
83
PORT RDATA = RDATA, BUS = MON_AXI, DIR = I, VEC = [(C_DATA_WIDTH-1):0]
84
PORT RRESP = RRESP, BUS = MON_AXI, DIR = I, VEC = [1:0]
85
PORT RVALID = RVALID, BUS = MON_AXI, DIR = I
86
PORT RREADY = RREADY, BUS = MON_AXI, DIR = I
87
 
88
## CHIPSCOPE ICON Ports
89
PORT CHIPSCOPE_ICON_CONTROL0 = "", DIR = I, VEC = [35:0], ASSIGNMENT = OPTIONAL
90
PORT CHIPSCOPE_ICON_CONTROL1 = "", DIR = I, VEC = [35:0], ASSIGNMENT = OPTIONAL
91
PORT CHIPSCOPE_ICON_CONTROL2 = "", DIR = I, VEC = [35:0], ASSIGNMENT = OPTIONAL
92
 
93
END

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.