Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / env / siu / vera / include / siumon_ports_binds.vrhpal
CommitLineData
86530b38
AT
1// ========== Copyright Header Begin ==========================================
2//
3// OpenSPARC T2 Processor File: siumon_ports_binds.vrhpal
4// Copyright (C) 1995-2007 Sun Microsystems, Inc. All Rights Reserved
5// 4150 Network Circle, Santa Clara, California 95054, U.S.A.
6//
7// * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8//
9// This program is free software; you can redistribute it and/or modify
10// it under the terms of the GNU General Public License as published by
11// the Free Software Foundation; version 2 of the License.
12//
13// This program is distributed in the hope that it will be useful,
14// but WITHOUT ANY WARRANTY; without even the implied warranty of
15// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16// GNU General Public License for more details.
17//
18// You should have received a copy of the GNU General Public License
19// along with this program; if not, write to the Free Software
20// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21//
22// For the avoidance of doubt, and except that if any non-GPL license
23// choice is available it will apply instead, Sun elects to use only
24// the General Public License version 2 (GPLv2) at this time for any
25// software where a choice of GPL license versions is made
26// available with the language indicating that GPLv2 or any later version
27// may be used, or where a choice of which version of the GPL is applied is
28// otherwise unspecified.
29//
30// Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
31// CA 95054 USA or visit www.sun.com if you need additional information or
32// have any questions.
33//
34// ========== Copyright Header End ============================================
35#inc "siu_inc.pal"
36
37#ifndef INC_SIUMON_PORTS_BINDS_VRH
38#define INC_SIUMON_PORTS_BINDS_VRH
39
40#include "top_defines.vrh"
41
42port ncumon_port {
43 iol2clk;
44 syn_vld;
45 syn_data;
46 niu_a_pei;
47 niu_a_pe;
48 niu_d_pei;
49 niu_d_pe;
50 niu_ctag_uei;
51 niu_ctag_ue;
52 niu_ctag_cei;
53 niu_ctag_ce;
54 dmu_a_pei;
55 dmu_a_pe;
56 dmu_d_pei;
57 dmu_d_pe;
58 dmu_ctag_uei;
59 dmu_ctag_ue;
60 dmu_ctag_cei;
61 dmu_ctag_ce;
62 sio_ctag_uei;
63 sio_ctag_ue;
64 sio_ctag_cei;
65 sio_ctag_ce;
66}
67
68bind ncumon_port ncumon_bind {
69 iol2clk ncu_mon.iol2clk;
70 syn_vld ncu_mon.syn_vld;
71 syn_data ncu_mon.syn_data;
72 niu_a_pei ncu_mon.niu_a_pei;
73 niu_a_pe ncu_mon.niu_a_pe;
74 niu_d_pei ncu_mon.niu_d_pei;
75 niu_d_pe ncu_mon.niu_d_pe;
76 niu_ctag_uei ncu_mon.niu_ctag_uei;
77 niu_ctag_ue ncu_mon.niu_ctag_ue;
78 niu_ctag_cei ncu_mon.niu_ctag_cei;
79 niu_ctag_ce ncu_mon.niu_ctag_ce;
80 dmu_a_pei ncu_mon.dmu_a_pei;
81 dmu_a_pe ncu_mon.dmu_a_pe;
82 dmu_d_pei ncu_mon.dmu_d_pei;
83 dmu_d_pe ncu_mon.dmu_d_pe;
84 dmu_ctag_uei ncu_mon.dmu_ctag_uei;
85 dmu_ctag_ue ncu_mon.dmu_ctag_ue;
86 dmu_ctag_cei ncu_mon.dmu_ctag_cei;
87 dmu_ctag_ce ncu_mon.dmu_ctag_ce;
88 sio_ctag_uei ncu_mon.sio_ctag_uei;
89 sio_ctag_ue ncu_mon.sio_ctag_ue;
90 sio_ctag_cei ncu_mon.sio_ctag_cei;
91 sio_ctag_ce ncu_mon.sio_ctag_ce;
92}
93
94port niumon_port {
95 clk;
96 sreq;
97 bypass;
98 sdatareq;
99 sdata;
100 sparity;
101 oqdq;
102 bqdq;
103 rreq;
104 rdatareq;
105 rdata;
106 rparity;
107 niu_dq;
108}
109
110bind niumon_port niumon_bind {
111 clk niu_mon.clk;
112 sreq niu_mon.sreq;
113 bypass niu_mon.bypass;
114 sdatareq niu_mon.sdatareq;
115 sdata niu_mon.sdata;
116 sparity niu_mon.sparity;
117 oqdq niu_mon.oqdq;
118 bqdq niu_mon.bqdq;
119 rreq niu_mon.rreq;
120 rdatareq niu_mon.rdatareq;
121 rdata niu_mon.rdata;
122 rparity niu_mon.rparity;
123 niu_dq niu_mon.niu_dq;
124}
125
126port dmumon_port {
127 clk;
128 sreq;
129 bypass;
130 sdatareq;
131 datareq16;
132 sdata;
133 sparity;
134 be;
135 beparity;
136 wrack_vld;
137 wrack_tag;
138 rreq;
139 //rdatareq;
140 rdata;
141 rparity;
142}
143
144bind dmumon_port dmumon_bind {
145 clk dmu_mon.clk;
146 sreq dmu_mon.sreq;
147 bypass dmu_mon.bypass;
148 sdatareq dmu_mon.sdatareq;
149 datareq16 dmu_mon.datareq16;
150 sdata dmu_mon.sdata;
151 sparity dmu_mon.sparity;
152 be dmu_mon.be;
153 beparity dmu_mon.beparity;
154 wrack_vld dmu_mon.wrack_vld;
155 wrack_tag dmu_mon.wrack_tag;
156 rreq dmu_mon.rreq;
157 //rdatareq dmu_mon.rdatareq;
158 rdata dmu_mon.rdata;
159 rparity dmu_mon.rparity;
160}
161
162port l2_mon_port {
163 clk;
164 req_vld;
165 req;
166 ecc;
167 ctag_vld;
168 data;
169 parity;
170 ue_err;
171 iq_dequeue;
172 wib_dequeue;
173 dbg_req;
174}
175
176.for($b=0; $b<$BANKS; $b++) {
177bind l2_mon_port l2_mon_bind${b} {
178 clk l2_${b}_mon.clk;
179 req_vld l2_${b}_mon.req_vld;
180 req l2_${b}_mon.req;
181 ecc l2_${b}_mon.ecc;
182 ctag_vld l2_${b}_mon.ctag_vld;
183 data l2_${b}_mon.data;
184 parity l2_${b}_mon.parity;
185 ue_err l2_${b}_mon.ue_err;
186 iq_dequeue l2_${b}_mon.iq_dequeue;
187 wib_dequeue l2_${b}_mon.wib_dequeue;
188 dbg_req l2_${b}_mon.dbg_req;
189}
190.}
191
192#endif
193
194
195
196