Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / env / common / verilog / checkers / ncu / ncu_chkr_inst.v
CommitLineData
86530b38
AT
1// ========== Copyright Header Begin ==========================================
2//
3// OpenSPARC T2 Processor File: ncu_chkr_inst.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 ncu_chkr_inst ;
36
37
38ncu_niu_chkr niu_chkr (
39 .iol2clk(`NCU.iol2clk),
40 .ncu_niu_vld(`NCU.ncu_niu_vld),
41 .ncu_niu_data(`NCU.ncu_niu_data),
42 .niu_ncu_stall(`NCU.niu_ncu_stall),
43 .niu_ncu_vld(`NCU.niu_ncu_vld),
44 .niu_ncu_data(`NCU.niu_ncu_data),
45 .ncu_niu_stall(`NCU.ncu_niu_stall)
46);
47
48ncu_io_chkr ccu_chkr (
49 .iol2clk(`NCU.iol2clk),
50 .ncu_io_vld(`NCU.ncu_ccu_vld),
51 .ncu_io_data(`NCU.ncu_ccu_data),
52 .io_ncu_stall(`NCU.ccu_ncu_stall),
53 .io_ncu_vld(`NCU.ccu_ncu_vld),
54 .io_ncu_data(`NCU.ccu_ncu_data),
55 .ncu_io_stall(`NCU.ncu_ccu_stall)
56);
57ncu_io_chkr mcu0_chkr (
58 .iol2clk(`NCU.iol2clk),
59 .ncu_io_vld(`NCU.ncu_mcu0_vld),
60 .ncu_io_data(`NCU.ncu_mcu0_data),
61 .io_ncu_stall(`NCU.mcu0_ncu_stall),
62 .io_ncu_vld(`NCU.mcu0_ncu_vld),
63 .io_ncu_data(`NCU.mcu0_ncu_data),
64 .ncu_io_stall(`NCU.ncu_mcu0_stall)
65);
66ncu_io_chkr mcu1_chkr (
67 .iol2clk(`NCU.iol2clk),
68 .ncu_io_vld(`NCU.ncu_mcu1_vld),
69 .ncu_io_data(`NCU.ncu_mcu1_data),
70 .io_ncu_stall(`NCU.mcu1_ncu_stall),
71 .io_ncu_vld(`NCU.mcu1_ncu_vld),
72 .io_ncu_data(`NCU.mcu1_ncu_data),
73 .ncu_io_stall(`NCU.ncu_mcu1_stall)
74);
75ncu_io_chkr mcu2_chkr (
76 .iol2clk(`NCU.iol2clk),
77 .ncu_io_vld(`NCU.ncu_mcu2_vld),
78 .ncu_io_data(`NCU.ncu_mcu2_data),
79 .io_ncu_stall(`NCU.mcu2_ncu_stall),
80 .io_ncu_vld(`NCU.mcu2_ncu_vld),
81 .io_ncu_data(`NCU.mcu2_ncu_data),
82 .ncu_io_stall(`NCU.ncu_mcu2_stall)
83);
84ncu_io_chkr mcu3_chkr (
85 .iol2clk(`NCU.iol2clk),
86 .ncu_io_vld(`NCU.ncu_mcu3_vld),
87 .ncu_io_data(`NCU.ncu_mcu3_data),
88 .io_ncu_stall(`NCU.mcu3_ncu_stall),
89 .io_ncu_vld(`NCU.mcu3_ncu_vld),
90 .io_ncu_data(`NCU.mcu3_ncu_data),
91 .ncu_io_stall(`NCU.ncu_mcu3_stall)
92);
93ncu_io_chkr rst_chkr (
94 .iol2clk(`NCU.iol2clk),
95 .ncu_io_vld(`NCU.ncu_rst_vld),
96 .ncu_io_data(`NCU.ncu_rst_data),
97 .io_ncu_stall(`NCU.rst_ncu_stall),
98 .io_ncu_vld(`NCU.rst_ncu_vld),
99 .io_ncu_data(`NCU.rst_ncu_data),
100 .ncu_io_stall(`NCU.ncu_rst_stall)
101);
102ncu_niu_chkr dmu_chkr (
103 .iol2clk(`NCU.iol2clk),
104 .ncu_niu_vld(`NCU.ncu_dmu_vld),
105 .ncu_niu_data(`NCU.ncu_dmu_data),
106 .niu_ncu_stall(`NCU.dmu_ncu_stall),
107 .niu_ncu_vld(`NCU.dmu_ncu_vld),
108 .niu_ncu_data(`NCU.dmu_ncu_data),
109 .ncu_niu_stall(`NCU.ncu_dmu_stall)
110);
111
112ncu_io_chkr dbg1_chkr (
113 .iol2clk(`NCU.iol2clk),
114 .ncu_io_vld(`NCU.ncu_dbg1_vld),
115 .ncu_io_data(`NCU.ncu_dbg1_data),
116 .io_ncu_stall(`NCU.dbg1_ncu_stall),
117 .io_ncu_vld(`NCU.dbg1_ncu_vld),
118 .io_ncu_data(`NCU.dbg1_ncu_data),
119 .ncu_io_stall(`NCU.ncu_dbg1_stall)
120);
121
122
123endmodule