Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / env / common / coverage / siu / siu_l2intf_ob_cmd_sample.vrhpal
CommitLineData
86530b38
AT
1// ========== Copyright Header Begin ==========================================
2//
3// OpenSPARC T2 Processor File: siu_l2intf_ob_cmd_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 "siu_cov_inc.pal";
36
37#ifndef SIU_INTF_COV
38. for ($bank=0; $bank<8; $bank++)
39. {
40 sample siu_l2intf_bank${bank}_ob_cmd_sample_this (this_l2${bank}_ob_cmd)
41 // <6:4>=O-P-S;
42 // <3:0>= 0001->RDD; 0000->WR8; 0000->WRI
43 {
44 state DMU_ob_RDD_ord_npt ( 7'b1010001 );
45 state DMU_ob_WR8_ord_pst ( 7'b1110000 );
46 state DMU_ob_WRI_ord_pst ( 7'b1110000 );
47
48 state NIU_ob_RDD_ord_npt ( 7'b1000001 );
49 state NIU_ob_RDD_byp_npt ( 7'b0000001 );
50
51 state NIU_ob_WRI_ord_npt ( 7'b1000000 );
52 state NIU_ob_WRI_byp_npt ( 7'b0000000 );
53
54 state NIU_ob_WRI_ord_pst ( 7'b1100000 );
55 state NIU_ob_WRI_byp_pst ( 7'b0100000 );
56 cov_weight = 0;
57 }
58
59 sample siu_l2intf_bank${bank}_ob_cmd_sample_last (last_l2${bank}_ob_cmd)
60 {
61 state DMU_ob_RDD_ord_npt_last ( 7'b1010001 ) if (l2${bank}_ob_back_to_back==1'b1);
62 state DMU_ob_WR8_ord_pst_last ( 7'b1110000 ) if (l2${bank}_ob_back_to_back==1'b1);
63 state DMU_ob_WRI_ord_pst_last ( 7'b1110000 ) if (l2${bank}_ob_back_to_back==1'b1);
64
65 state NIU_ob_RDD_ord_npt_last ( 7'b1000001 ) if (l2${bank}_ob_back_to_back==1'b1);
66 state NIU_ob_RDD_byp_npt_last ( 7'b0000001 ) if (l2${bank}_ob_back_to_back==1'b1);
67
68 state NIU_ob_WRI_ord_npt_last ( 7'b1000000 ) if (l2${bank}_ob_back_to_back==1'b1);
69 state NIU_ob_WRI_byp_npt_last ( 7'b0000000 ) if (l2${bank}_ob_back_to_back==1'b1);
70
71 state NIU_ob_WRI_ord_pst_last ( 7'b1100000 ) if (l2${bank}_ob_back_to_back==1'b1);
72 state NIU_ob_WRI_byp_pst_last ( 7'b0100000 ) if (l2${bank}_ob_back_to_back==1'b1);
73
74 cov_weight = 0;
75
76 }
77
78 cross l2siu_intf_bank${bank}_ob_cross ( siu_l2intf_bank${bank}_ob_cmd_sample_last, siu_l2intf_bank${bank}_ob_cmd_sample_this);
79
80. }
81
82#else
83// FC
84. for ($bank=0; $bank<8; $bank++)
85. {
86 sample siu_l2intf_bank${bank}_ob_cmd_sample_this (this_l2${bank}_ob_cmd)
87 // <6:4>=O-P-S;
88 // <3:0>= 0001->RDD; 0000->WR8; 0000->WRI
89 {
90 state DMU_ob_RDD_ord_npt ( 7'b1010001 );
91 state DMU_ob_WR8_ord_pst ( 7'b1110000 );
92 state DMU_ob_WRI_ord_pst ( 7'b1110000 );
93
94 state NIU_ob_RDD_byp_npt ( 7'b0000001 );
95 state NIU_ob_WRI_ord_npt ( 7'b1000000 );
96 state NIU_ob_WRI_byp_pst ( 7'b0100000 );
97 }
98
99 sample siu_l2intf_bank${bank}_ob_cmd_sample_last (last_l2${bank}_ob_cmd)
100 {
101 state DMU_ob_RDD_ord_npt_last ( 7'b1010001 ) if (l2${bank}_ob_back_to_back==1'b1);
102 state DMU_ob_WR8_ord_pst_last ( 7'b1110000 ) if (l2${bank}_ob_back_to_back==1'b1);
103 state DMU_ob_WRI_ord_pst_last ( 7'b1110000 ) if (l2${bank}_ob_back_to_back==1'b1);
104
105 state NIU_ob_RDD_byp_npt_last ( 7'b0000001 ) if (l2${bank}_ob_back_to_back==1'b1);
106 state NIU_ob_WRI_ord_npt_last ( 7'b1000000 ) if (l2${bank}_ob_back_to_back==1'b1);
107 state NIU_ob_WRI_byp_pst_last ( 7'b0100000 ) if (l2${bank}_ob_back_to_back==1'b1);
108
109 cov_weight = 0;
110
111 }
112. }
113
114 cross l2siu_intf_bank0_ob_cross ( siu_l2intf_bank0_ob_cmd_sample_last, siu_l2intf_bank0_ob_cmd_sample_this);
115
116#endif
117
118
119