gem5.cc (11618:37b0af2c7ba8) gem5.cc (12334:e0ab29a34764)
1// Copyright (c) 2015-2016 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

--- 43 unchanged lines hidden (view full) ---

52#include <string>
53
54// gem5 Headers
55#include <sim/core.hh>
56#include <sim/init.hh>
57#include <sim/init_signals.hh>
58#include <sim/system.hh>
59#include <sim/sim_object.hh>
1// Copyright (c) 2015-2016 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

--- 43 unchanged lines hidden (view full) ---

52#include <string>
53
54// gem5 Headers
55#include <sim/core.hh>
56#include <sim/init.hh>
57#include <sim/init_signals.hh>
58#include <sim/system.hh>
59#include <sim/sim_object.hh>
60#include <base/misc.hh>
60#include <base/logging.hh>
61#include <base/debug.hh>
62
63#ifdef fatal // gem5 sets this
64#undef fatal
65#endif
66
67// More SST Headers
68#include <core/timeConverter.h>

--- 201 unchanged lines hidden ---
61#include <base/debug.hh>
62
63#ifdef fatal // gem5 sets this
64#undef fatal
65#endif
66
67// More SST Headers
68#include <core/timeConverter.h>

--- 201 unchanged lines hidden ---