Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / env / common / coverage / l2sat / misc_cov_if.vrhpal
CommitLineData
86530b38
AT
1// ========== Copyright Header Begin ==========================================
2//
3// OpenSPARC T2 Processor File: misc_cov_if.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#ifndef __MISC_COV_IF_VRH__
36#define __MISC_COV_IF_VRH__
37
38#include <vera_defines.vrh>
39#inc "l2sat_cov_inc.pal"
40
41
42interface misc_cov_if
43{
44
45 // Common & Clock Signals
46 // This clock declaration allows referencing "l2sat_coverage_ifc.clock"
47
48#ifdef FC_COVERAGE
49 input clock CLOCK verilog_node "`TOP.cpu.l2t0.gclk";
50#else
51 input clock CLOCK verilog_node "l2sat_top.clock";
52#endif
53
54 //for l2_iq_cas12_samp
55 input iqsel_px2_0 PSAMPLE #-3 verilog_node "$L2T_PATH[0].arb.iqsel_px2";
56 input ique_iq_arb_atm_px2_0 PSAMPLE #-3 verilog_node "$L2T_PATH[0].arb.ique_iq_arb_atm_px2";
57 input iqu_sel_iq_0 PSAMPLE #-3 verilog_node "$L2T_PATH[0].iqu.iqu_sel_iq";
58
59
60 //for l2_error_vuad_ce_samp
61 input arb_vuad_ce_err_c2_0 PSAMPLE #-3 verilog_node "$L2T_PATH[0].misbuf.arb_vuad_ce_err_c2_qual";
62 input [15:0] l2t_l2d_way_sel_c2_0 PSAMPLE #-3 verilog_node "$L2T_PATH[0].l2t_l2d_way_sel_c2";
63 input tag_hit_unqual_c2_0 PSAMPLE #-3 verilog_node "$L2T_PATH[0].tag_hit_unqual_c2";
64
65 //for l2_atomic_store_samp
66 input arbctl_inst_vld_c2_0 PSAMPLE #-3 verilog_node "$L2T_PATH[0].arb.arb_inst_vld_c2";
67 input tagctl_hit_l2orfb_c2_0 PSAMPLE #-3 verilog_node "$L2T_PATH[0].tagctl.tag_hit_l2orfb_c2";
68 input [40:0] arbdp_inst_c2_0 PSAMPLE #-3 verilog_node "$L2T_PATH[0].arbdec.arbdp_inst_c2";
69 input [39:0] arbdp_addr_c2_0 PSAMPLE #-3 verilog_node "$L2T_PATH[0].arbadr.arbdp_addr_c2";
70
71
72 //for l2_pst1_dataerr_pst2_tagerr_samp
73 input decdp_pst_inst_c2_0 PSAMPLE #-3 verilog_node "$L2T_PATH[0].arb_decdp_pst_inst_c2";
74 input data_corr_err_c8_0 PSAMPLE #-3 verilog_node "$L2T_PATH[0].deccck.data_corr_err_c8";
75 input par_err_c2_0 PSAMPLE #-3 verilog_node "$L2T_PATH[0].tagdp.par_err_c2";
76
77 // for l2_pcx_siu_same_addr_samp and l2_pcx_siu_diff_addr_samp
78 input pcx_l2t_data_rdy_px1 PSAMPLE #-3 verilog_node "$L2T_PATH[0].pcx_l2t_data_rdy_px1";
79 input pcx_l2t_atm_px1 PSAMPLE #-3 verilog_node "$L2T_PATH[0].pcx_l2t_atm_px1";
80 input [129:0] pcx_l2t_data_px2 PSAMPLE #-3 verilog_node "$L2T_PATH[0].pcx_l2t_data_px2";
81 input sii_l2t_req_vld PSAMPLE #-3 verilog_node "$L2T_PATH[0].sii_l2t_req_vld";
82 input [31:0] sii_l2t_req PSAMPLE #-3 verilog_node "$L2T_PATH[0].sii_l2t_req";
83 //CURRENT
84}
85
86
87#endif
88
89
90