Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / env / common / coverage / dmu / dmu_ncu_error_sample.vrhpal
CommitLineData
86530b38
AT
1// ========== Copyright Header Begin ==========================================
2//
3// OpenSPARC T2 Processor File: dmu_ncu_error_sample.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 ============================================
35sample dmu_ncu_intf_d_pei_cov (dmu_ncu_error_if.ncu_dmu_d_pei) {
36 state Assert (1'b1);
37}
38
39sample dmu_ncu_intf_siicr_pei_cov (dmu_ncu_error_if.ncu_dmu_siicr_pei) {
40 state Assert (1'b1);
41}
42
43sample dmu_ncu_intf_ctag_uei_cov (dmu_ncu_error_if.ncu_dmu_ctag_uei) {
44 state Assert (1'b1);
45}
46
47sample dmu_ncu_intf_ctag_cei_cov (dmu_ncu_error_if.ncu_dmu_ctag_cei) {
48 state Assert (1'b1);
49}
50
51sample dmu_ncu_intf_ncucr_pei_cov (dmu_ncu_error_if.ncu_dmu_ncucr_pei) {
52 state Assert (1'b1);
53}
54
55sample dmu_ncu_intf_iei_cov (dmu_ncu_error_if.ncu_dmu_iei) {
56 state Assert (1'b1);
57}
58
59sample dmu_ncu_intf_d_pe_cov (dmu_ncu_error_if.dmu_ncu_d_pe) {
60 state Assert (1'b1);
61}
62
63sample dmu_ncu_intf_siicr_pe_cov (dmu_ncu_error_if.dmu_ncu_siicr_pe) {
64 state Assert (1'b1);
65}
66
67sample dmu_ncu_intf_ctag_ue_cov (dmu_ncu_error_if.dmu_ncu_ctag_ue) {
68 state Assert (1'b1);
69}
70
71sample dmu_ncu_intf_ctag_ce_cov (dmu_ncu_error_if.dmu_ncu_ctag_ce) {
72 state Assert (1'b1);
73}
74
75sample dmu_ncu_intf_ncucr_pe_cov (dmu_ncu_error_if.dmu_ncu_ncucr_pe) {
76 state Assert (1'b1);
77}
78
79//This pin is unused in N2
80//sample dmu_ncu_intf_ie_cov (dmu_ncu_error_if.dmu_ncu_ie) {
81// state Assert (1'b1);
82//}