Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / env / common / coverage / ncu / ncu_rtl_cov_ver_defines.vrhpal
CommitLineData
86530b38
AT
1// ========== Copyright Header Begin ==========================================
2//
3// OpenSPARC T2 Processor File: ncu_rtl_cov_ver_defines.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 ============================================
35reg [6:0] int_sel;
36reg [6:0] intman_tbl_waddr;
37reg [6:0] intman_tbl_raddr;
38reg intman_tbl_wr;
39reg intman_tbl_rd;
40
41reg [15:0] intman_tbl_wr_b2b;
42reg [15:0] intman_tbl_rd_b2b;
43reg [15:0] intman_tbl_rd_b2b_same_add;
44event intman_sample_evnt_trig;
45
46//----------CPU_FIFO-------------------
47reg cpu_buf_rd_sel;
48reg [4:0] cpu_buf_waddr;
49reg [4:0] cpu_buf_raddr;
50reg cpu_buf_wr;
51reg cpu_buf_rd;
52
53reg [15:0] cpu_buf_wr_b2b;
54reg [15:0] cpu_buf_rd_b2b;
55event cpu_buf_sample_evnt_trig;
56
57//----------IO_FIFO-------------------
58reg io_buf_rd_sel;
59reg [4:0] io_buf_waddr;
60reg [4:0] io_buf_raddr;
61reg io_buf_wr;
62reg io_buf_rd;
63
64reg [15:0] io_buf_wr_b2b;
65reg [15:0] io_buf_rd_b2b;
66event io_buf_sample_evnt_trig;
67
68//----------INT_FIFO-------------------
69reg int_buf_rd_sel;
70reg [4:0] int_buf_waddr;
71reg [4:0] int_buf_raddr;
72reg int_buf_wr;
73reg int_buf_rd;
74
75reg [15:0] int_buf_wr_b2b;
76reg [15:0] int_buf_rd_b2b;
77event int_buf_sample_evnt_trig;
78
79//----------MONDO_DATA0_TBL -------------------
80reg [5:0] mondo_data0_tbl_waddr;
81reg [5:0] mondo_data1_tbl_waddr;
82reg [5:0] mondo_data_tbl_raddr;
83reg mondo_data0_tbl_wr;
84reg mondo_data1_tbl_wr;
85reg mondo_data_tbl_rd;
86
87reg [15:0] mondo_data0_tbl_wr_b2b;
88reg [15:0] mondo_data1_tbl_wr_b2b;
89reg [15:0] mondo_data_tbl_rd_b2b;
90reg [15:0] mondo_data_tbl_rd_b2b_same_add;
91event mondo_data_tbl_sample_evnt_trig;