Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / env / common / verilog / err_sync / err_sync.v
CommitLineData
86530b38
AT
1// ========== Copyright Header Begin ==========================================
2//
3// OpenSPARC T2 Processor File: err_sync.v
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 ============================================
35module err_sync;
36
37
38`ifdef CORE_0
39
40err_c0t0 err_c0t0 ();
41err_c0t1 err_c0t1 ();
42err_c0t2 err_c0t2 ();
43err_c0t3 err_c0t3 ();
44err_c0t4 err_c0t4 ();
45err_c0t5 err_c0t5 ();
46err_c0t6 err_c0t6 ();
47err_c0t7 err_c0t7 ();
48
49`endif
50
51
52`ifdef CORE_1
53
54err_c1t0 err_c1t0 ();
55err_c1t1 err_c1t1 ();
56err_c1t2 err_c1t2 ();
57err_c1t3 err_c1t3 ();
58err_c1t4 err_c1t4 ();
59err_c1t5 err_c1t5 ();
60err_c1t6 err_c1t6 ();
61err_c1t7 err_c1t7 ();
62
63`endif
64
65
66`ifdef CORE_2
67
68err_c2t0 err_c2t0 ();
69err_c2t1 err_c2t1 ();
70err_c2t2 err_c2t2 ();
71err_c2t3 err_c2t3 ();
72err_c2t4 err_c2t4 ();
73err_c2t5 err_c2t5 ();
74err_c2t6 err_c2t6 ();
75err_c2t7 err_c2t7 ();
76
77`endif
78
79
80`ifdef CORE_3
81
82err_c3t0 err_c3t0 ();
83err_c3t1 err_c3t1 ();
84err_c3t2 err_c3t2 ();
85err_c3t3 err_c3t3 ();
86err_c3t4 err_c3t4 ();
87err_c3t5 err_c3t5 ();
88err_c3t6 err_c3t6 ();
89err_c3t7 err_c3t7 ();
90
91`endif
92
93
94`ifdef CORE_4
95
96err_c4t0 err_c4t0 ();
97err_c4t1 err_c4t1 ();
98err_c4t2 err_c4t2 ();
99err_c4t3 err_c4t3 ();
100err_c4t4 err_c4t4 ();
101err_c4t5 err_c4t5 ();
102err_c4t6 err_c4t6 ();
103err_c4t7 err_c4t7 ();
104
105`endif
106
107
108`ifdef CORE_5
109
110err_c5t0 err_c5t0 ();
111err_c5t1 err_c5t1 ();
112err_c5t2 err_c5t2 ();
113err_c5t3 err_c5t3 ();
114err_c5t4 err_c5t4 ();
115err_c5t5 err_c5t5 ();
116err_c5t6 err_c5t6 ();
117err_c5t7 err_c5t7 ();
118
119`endif
120
121
122`ifdef CORE_6
123
124err_c6t0 err_c6t0 ();
125err_c6t1 err_c6t1 ();
126err_c6t2 err_c6t2 ();
127err_c6t3 err_c6t3 ();
128err_c6t4 err_c6t4 ();
129err_c6t5 err_c6t5 ();
130err_c6t6 err_c6t6 ();
131err_c6t7 err_c6t7 ();
132
133`endif
134
135
136`ifdef CORE_7
137
138err_c7t0 err_c7t0 ();
139err_c7t1 err_c7t1 ();
140err_c7t2 err_c7t2 ();
141err_c7t3 err_c7t3 ();
142err_c7t4 err_c7t4 ();
143err_c7t5 err_c7t5 ();
144err_c7t6 err_c7t6 ();
145err_c7t7 err_c7t7 ();
146
147`endif
148
149
150endmodule