Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / design / sys / iop / cmp / rtl / n2_rptr_m4v_99.v
CommitLineData
86530b38
AT
1// ========== Copyright Header Begin ==========================================
2//
3// OpenSPARC T2 Processor File: n2_rptr_m4v_99.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 n2_rptr_m4v_99 (
36in,
37out
38);
39input [98:0] in;
40output [98:0] out;
41
42`ifdef LIB
43//assign out[98:0] = in[98:0];
44buf (out[0], in[0]);
45buf (out[1], in[1]);
46buf (out[2], in[2]);
47buf (out[3], in[3]);
48buf (out[4], in[4]);
49buf (out[5], in[5]);
50buf (out[6], in[6]);
51buf (out[7], in[7]);
52buf (out[8], in[8]);
53buf (out[9], in[9]);
54buf (out[10], in[10]);
55buf (out[11], in[11]);
56buf (out[12], in[12]);
57buf (out[13], in[13]);
58buf (out[14], in[14]);
59buf (out[15], in[15]);
60buf (out[16], in[16]);
61buf (out[17], in[17]);
62buf (out[18], in[18]);
63buf (out[19], in[19]);
64buf (out[20], in[20]);
65buf (out[21], in[21]);
66buf (out[22], in[22]);
67buf (out[23], in[23]);
68buf (out[24], in[24]);
69buf (out[25], in[25]);
70buf (out[26], in[26]);
71buf (out[27], in[27]);
72buf (out[28], in[28]);
73buf (out[29], in[29]);
74buf (out[30], in[30]);
75buf (out[31], in[31]);
76buf (out[32], in[32]);
77buf (out[33], in[33]);
78buf (out[34], in[34]);
79buf (out[35], in[35]);
80buf (out[36], in[36]);
81buf (out[37], in[37]);
82buf (out[38], in[38]);
83buf (out[39], in[39]);
84buf (out[40], in[40]);
85buf (out[41], in[41]);
86buf (out[42], in[42]);
87buf (out[43], in[43]);
88buf (out[44], in[44]);
89buf (out[45], in[45]);
90buf (out[46], in[46]);
91buf (out[47], in[47]);
92buf (out[48], in[48]);
93buf (out[49], in[49]);
94buf (out[50], in[50]);
95buf (out[51], in[51]);
96buf (out[52], in[52]);
97buf (out[53], in[53]);
98buf (out[54], in[54]);
99buf (out[55], in[55]);
100buf (out[56], in[56]);
101buf (out[57], in[57]);
102buf (out[58], in[58]);
103buf (out[59], in[59]);
104buf (out[60], in[60]);
105buf (out[61], in[61]);
106buf (out[62], in[62]);
107buf (out[63], in[63]);
108buf (out[64], in[64]);
109buf (out[65], in[65]);
110buf (out[66], in[66]);
111buf (out[67], in[67]);
112buf (out[68], in[68]);
113buf (out[69], in[69]);
114buf (out[70], in[70]);
115buf (out[71], in[71]);
116buf (out[72], in[72]);
117buf (out[73], in[73]);
118buf (out[74], in[74]);
119buf (out[75], in[75]);
120buf (out[76], in[76]);
121buf (out[77], in[77]);
122buf (out[78], in[78]);
123buf (out[79], in[79]);
124buf (out[80], in[80]);
125buf (out[81], in[81]);
126buf (out[82], in[82]);
127buf (out[83], in[83]);
128buf (out[84], in[84]);
129buf (out[85], in[85]);
130buf (out[86], in[86]);
131buf (out[87], in[87]);
132buf (out[88], in[88]);
133buf (out[89], in[89]);
134buf (out[90], in[90]);
135buf (out[91], in[91]);
136buf (out[92], in[92]);
137buf (out[93], in[93]);
138buf (out[94], in[94]);
139buf (out[95], in[95]);
140buf (out[96], in[96]);
141buf (out[97], in[97]);
142buf (out[98], in[98]);
143`endif
144
145endmodule