Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / env / ios / vera / ras / include / ios_rasmon.if.vrhpal
CommitLineData
86530b38
AT
1// ========== Copyright Header Begin ==========================================
2//
3// OpenSPARC T2 Processor File: ios_rasmon.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 INC__IOS_RASMON_IF_VRH
36#define INC__IOS_RASMON_IF_VRH
37
38#include "top_defines.vrh"
39
40interface sio_niu_err_mon {
41input clk CLOCK verilog_node "`CPU.sio.iol2clk";
42input req PSAMPLE #-3 verilog_node "`CPU.sio_niu_hdr_vld";
43input [127:0] data PSAMPLE #-3 verilog_node "`CPU.sio_niu_data";
44input [7:0] parity PSAMPLE #-3 verilog_node "`CPU.sio_niu_parity";
45input ctag_ce PSAMPLE #-3 verilog_node "`CPU.niu_ncu_ctag_ce";
46input ctag_ue PSAMPLE #-3 verilog_node "`CPU.niu_ncu_ctag_ue";
47input d_pe PSAMPLE #-3 verilog_node "`CPU.niu_ncu_d_pe";
48}
49
50interface sio_dmu_err_mon {
51input clk CLOCK verilog_node "`CPU.sio.iol2clk";
52input req PSAMPLE #-3 verilog_node "`CPU.sio_dmu_hdr_vld";
53input [127:0] data PSAMPLE #-3 verilog_node "`CPU.sio_dmu_data";
54input [7:0] parity PSAMPLE #-3 verilog_node "`CPU.sio_dmu_parity";
55input ctag_ce PSAMPLE #-3 verilog_node "`CPU.dmu_ncu_ctag_ce";
56input ctag_ue PSAMPLE #-3 verilog_node "`CPU.dmu_ncu_ctag_ue";
57input d_pe PSAMPLE #-3 verilog_node "`CPU.dmu_ncu_d_pe";
58}
59
60interface ncu_cpx_err_mon {
61input clk CLOCK verilog_node "`NCU.l2clk";
62input [7:0] req PSAMPLE #-3 verilog_node "`NCU.ncu_cpx_req_cq";
63input [145:0] data PSAMPLE #-3 verilog_node "`NCU.ncu_cpx_data_ca";
64}
65
66#endif