Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / env / common / coverage / l2sat / l2_error_status_reg_sample.vrhpal
CommitLineData
86530b38
AT
1// ========== Copyright Header Begin ==========================================
2//
3// OpenSPARC T2 Processor File: l2_error_status_reg_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 ============================================
35wildcard state LVU_new_esr_wr ({LVU_1, LVU_1});
36wildcard state LRU_new_esr_wr ({LRU_1, LRU_1});
37wildcard state LDAU_new_esr_wr({LDAU_1, LDAU_1});
38wildcard state LDSU_new_esr_wr({LDSU_1, LDSU_1});
39wildcard state LDRU_new_esr_wr({LDRU_1, LDRU_1});
40wildcard state LDWU_new_esr_wr({LDWU_1, LDWU_1});
41wildcard state DAU_new_esr_wr ({DAU_1, DAU_1});
42wildcard state DRU_new_esr_wr ({DRU_1, DRU_1});
43wildcard state DSU_new_esr_wr ({DSU_1, DSU_1});
44wildcard state LTC_new_esr_wr ({LTC_1, LTC_1});
45wildcard state LDAC_new_esr_wr({LDAC_1, LDAC_1});
46wildcard state LDSC_new_esr_wr({LDSC_1, LDSC_1});
47wildcard state LDRC_new_esr_wr({LDRC_1, LDRC_1});
48wildcard state LDWC_new_esr_wr({LDWC_1, LDWC_1});
49wildcard state DAC_new_esr_wr ({DAC_1, DAC_1});
50wildcard state DRC_new_esr_wr ({DRC_1, DRC_1});
51wildcard state DSC_new_esr_wr ({DSC_1, DSC_1});
52wildcard state LVC_new_esr_wr ({LVC_1, LVC_1});
53
54// error detected, corresponding ESR bit not set
55//wildcard state LVU_new_no_esr_wr ({LVU_1, LVU_0});
56wildcard state LRU_new_no_esr_wr ({LRU_1, LRU_0});
57wildcard state LDAU_new_no_esr_wr({LDAU_1, LDAU_0});
58wildcard state LDSU_new_no_esr_wr({LDSU_1, LDSU_0});
59wildcard state LDRU_new_no_esr_wr({LDRU_1, LDRU_0});
60wildcard state LDWU_new_no_esr_wr({LDWU_1, LDWU_0});
61wildcard state DAU_new_no_esr_wr ({DAU_1, DAU_0});
62wildcard state DRU_new_no_esr_wr ({DRU_1, DRU_0});
63wildcard state LTC_new_no_esr_wr ({LTC_1, LTC_0});
64wildcard state LDAC_new_no_esr_wr({LDAC_1, LDAC_0});
65wildcard state LDSC_new_no_esr_wr({LDSC_1, LDSC_0});
66wildcard state LDRC_new_no_esr_wr({LDRC_1, LDRC_0});
67wildcard state LDWC_new_no_esr_wr({LDWC_1, LDWC_0});
68wildcard state DAC_new_no_esr_wr ({DAC_1, DAC_0});
69wildcard state DRC_new_no_esr_wr ({DRC_1, DRC_0});
70wildcard state LVC_new_no_esr_wr ({LVC_1, LVC_0});