Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / cpus / vonk / n2 / lib / csr / src / N2_SsiCsr.cc
// ========== Copyright Header Begin ==========================================
//
// OpenSPARC T2 Processor File: N2_SsiCsr.cc
// Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
// DO NOT ALTER OR REMOVE COPYRIGHT NOTICES.
//
// The above named program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public
// License version 2 as published by the Free Software Foundation.
//
// The above named program is distributed in the hope that it will be
// useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// General Public License for more details.
//
// You should have received a copy of the GNU General Public
// License along with this work; if not, write to the Free Software
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
//
// ========== Copyright Header End ============================================
/************************************************************************
**
** Copyright (C) 2006, Sun Microsystems, Inc.
**
** Sun considers its source code as an unpublished, proprietary
** trade secret and it is available only under strict license provisions.
** This copyright notice is placed here only to protect Sun in the event
** the source is deemed a published work. Disassembly, decompilation,
** or other means of reducing the object code to human readable form
** is prohibited by the license agreement under which this code is
** provided to the user or company in possession of this copy.
**
*************************************************************************/
#include "N2_SsiCsr.h"
using namespace std;
RegisterAttribute N2_SsiCsr::attributeTable[] = {
{ 0xff00010088ULL,0xff00010088ULL,0x8ULL,1,0x200000ULL,0x200000ULL,RegisterAttribute::RW,0xfffffffffe000000ULL,0x0ULL,0x1ffffffULL,0x0ULL,0x0ULL,0x0ULL,"N2_SSI_TIMEOUT_REG","" },
{ 0xff00000018ULL,0xff00000018ULL,0x8ULL,1,0x0ULL,0x0ULL,RegisterAttribute::RW,0xfffffffffffffffcULL,0x0ULL,0x3ULL,0x3ULL,0x0ULL,0x0ULL,"N2_SSI_LOG_REG","" }
};
const int N2_SsiCsr::NUMBER_ENTRIES = sizeof(N2_SsiCsr::attributeTable)/sizeof(N2_SsiCsr::attributeTable[0]);
//======================================================================
//=============================================================================
N2_SsiCsr::N2_SsiCsr( ) :
SS_BaseCsr("N2_SsiCsr", attributeTable, NUMBER_ENTRIES)
{
}
//=============================================================================
//=============================================================================
void N2_SsiCsr::regAddrSpace()
{
const static std::string descr("N2_SsiCsr address space");
registerAddressSpace(attributeTable, NUMBER_ENTRIES, descr);
}