gem5.hh (11617:a51ae096ca25) | gem5.hh (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 --- 34 unchanged lines hidden (view full) --- 43// For license information, see the LICENSE file in the current directory. 44 45#ifndef EXT_SST_GEM5_HH 46#define EXT_SST_GEM5_HH 47 48#include <string> 49#include <vector> 50 | 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 --- 34 unchanged lines hidden (view full) --- 43// For license information, see the LICENSE file in the current directory. 44 45#ifndef EXT_SST_GEM5_HH 46#define EXT_SST_GEM5_HH 47 48#include <string> 49#include <vector> 50 |
51#include <sst/core/component.h> 52#include <sst/core/output.h> | 51#include <core/sst_config.h> 52#include <core/component.h> |
53 54#include <sim/simulate.hh> 55 56#include "ExtMaster.hh" 57#include "ExtSlave.hh" 58 59namespace SST { 60namespace gem5 { --- 38 unchanged lines hidden --- | 53 54#include <sim/simulate.hh> 55 56#include "ExtMaster.hh" 57#include "ExtSlave.hh" 58 59namespace SST { 60namespace gem5 { --- 38 unchanged lines hidden --- |