ExtSlave.cc (11617:a51ae096ca25) | ExtSlave.cc (11618:37b0af2c7ba8) |
---|---|
1// Copyright (c) 2015 ARM Limited 2// All rights reserved. 3// 4// The license below extends only to copyright in the software and shall 5// not be construed as granting a license to any other intellectual 6// property including but not limited to intellectual property relating 7// to a hardware implementation of the functionality of the software 8// licensed hereunder. You may use the software subject to the license --- 30 unchanged lines hidden (view full) --- 39// 40// Copyright (c) 2009-2014, Sandia Corporation 41// All rights reserved. 42// 43// For license information, see the LICENSE file in the current directory. 44 45#include "gem5.hh" 46 | 1// Copyright (c) 2015 ARM Limited 2// All rights reserved. 3// 4// The license below extends only to copyright in the software and shall 5// not be construed as granting a license to any other intellectual 6// property including but not limited to intellectual property relating 7// to a hardware implementation of the functionality of the software 8// licensed hereunder. You may use the software subject to the license --- 30 unchanged lines hidden (view full) --- 39// 40// Copyright (c) 2009-2014, Sandia Corporation 41// All rights reserved. 42// 43// For license information, see the LICENSE file in the current directory. 44 45#include "gem5.hh" 46 |
47#include <core/sst_config.h> 48 49#include <sst/core/params.h> 50#include <sst/core/output.h> 51#include <sst/core/link.h> 52 | |
53#ifdef fatal // gem5 sets this 54#undef fatal 55#endif 56 57using namespace SST; 58using namespace SST::gem5; 59using namespace SST::MemHierarchy; 60 --- 142 unchanged lines hidden --- | 47#ifdef fatal // gem5 sets this 48#undef fatal 49#endif 50 51using namespace SST; 52using namespace SST::gem5; 53using namespace SST::MemHierarchy; 54 --- 142 unchanged lines hidden --- |