Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / env / common / coverage / mcusat / mcusat_q_cntr_sample.vrhpal
CommitLineData
86530b38
AT
1// ========== Copyright Header Begin ==========================================
2//
3// OpenSPARC T2 Processor File: mcusat_q_cntr_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 state s_cnt_0 (0);
36 state s_cnt_1 (1);
37 state s_cnt_2 (2);
38 state s_cnt_3 (3);
39 state s_cnt_4 (4);
40 state s_cnt_5 (5);
41 state s_cnt_6 (6);
42 state s_cnt_7 (7);
43 state s_cnt_8 (8);
44 state s_cnt_9 (9);
45 state s_cnt_10 (10);
46 state s_cnt_11 (11);
47 state s_cnt_12_20 (12:20);
48 state s_cnt_21_30 (21:30);
49 state s_cnt_31_50 (31:50);
50 state s_cnt_51_100 (51:100);
51 state s_cnt_101_200 (101:200);
52 state s_cnt_201_500 (201:500);
53 state s_cnt_501_1000 (501:1000);
54 state s_cnt_1001_2047 (1001:2047);
55
56// trans t_cnt_1_0 (1 -> 0);
57// trans t_cnt_2_0 (2 -> 0);
58// trans t_cnt_3_0 (3 -> 0);
59// trans t_cnt_4_0 (4 -> 0);
60// trans t_cnt_5_0 (5 -> 0);
61// trans t_cnt_6_0 (6 -> 0);
62// trans t_cnt_7_0 (7 -> 0);
63// trans t_cnt_8_0 (8 -> 0);
64// trans t_cnt_9_0 (9 -> 0);
65// trans t_cnt_10_0 (10 -> 0);
66// trans t_cnt_11_0 (11 -> 0);
67// trans t_cnt_12_20_0 ([12:20] -> 0);
68// trans t_cnt_21_30_0 ([21:30] -> 0);
69// trans t_cnt_31_50_0 ([31:50] -> 0);
70// trans t_cnt_51_100_0 ([51:100] -> 0);
71// trans t_cnt_101_200_0 ([101:200] -> 0);
72// trans t_cnt_201_500_0 ([201:500] -> 0);
73// trans t_cnt_501_1000_0 ([501:1000] -> 0);
74// trans t_cnt_1001_2047_0 ([1001:2047] -> 0);
75
76// }