Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / env / common / coverage / ilu_peu / ilu_dmu_dou_sample.vrhpal
CommitLineData
86530b38
AT
1// ========== Copyright Header Begin ==========================================
2//
3// OpenSPARC T2 Processor File: ilu_dmu_dou_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 ============================================
35#inc "ilu_peu_cov_inc.pal"
36
37sample dmu_ilu_dou_data_sample (k2y_dou_dptr1)
38
39 {
40 state s_1 ( 5'b00000 );
41 state s_2 ( 5'b00001 );
42 state s_3 ( 5'b00010 );
43 state s_4 ( 5'b00011 );
44 state s_5 ( 5'b00100 );
45 state s_6 ( 5'b00101 );
46 state s_7 ( 5'b00110 );
47 state s_8 ( 5'b00111 );
48 state s_9 ( 5'b01000 );
49 state s_10 ( 5'b01001 );
50 state s_11 ( 5'b01010 );
51 state s_12 ( 5'b01011 );
52 state s_13 ( 5'b01100 );
53 state s_14 ( 5'b01101 );
54 state s_15 ( 5'b01110 );
55 state s_16 ( 5'b01111 );
56 state s_17 ( 5'b10000 );
57 state s_18 ( 5'b10001 );
58 state s_19 ( 5'b10010 );
59 state s_20 ( 5'b10011 );
60 state s_21 ( 5'b10100 );
61 state s_22 ( 5'b10101 );
62 state s_23 ( 5'b10110 );
63 state s_24 ( 5'b10111 );
64 state s_25 ( 5'b11000 );
65 state s_26 ( 5'b11001 );
66 state s_27 ( 5'b11010 );
67 state s_28 ( 5'b11011 );
68 state s_29 ( 5'b11100 );
69 state s_30 ( 5'b11101 );
70 state s_31 ( 5'b11110 );
71 state s_32 ( 5'b11111 );
72 cov_weight = 0;
73 }
74
75sample dmu_ilu_dou_err_sample (k2y_dou_err1)
76
77 {
78 state s_1 ( 1'b0 );
79 state s_2 ( 1'b1 );
80 cov_weight = 0;
81 }
82
83cross dmu_ilu_dou_dptr_err_sample ( dmu_ilu_dou_data_sample, dmu_ilu_dou_err_sample );