sub_system.hh (11527:9007a9729815) sub_system.hh (11800:54436a1784dc)
1/*
2 * Copyright (c) 2014-2016 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

43 */
44
45#ifndef __SIM_SUB_SYSTEM_HH__
46#define __SIM_SUB_SYSTEM_HH__
47
48#include <vector>
49
50#include "params/SubSystem.hh"
1/*
2 * Copyright (c) 2014-2016 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

43 */
44
45#ifndef __SIM_SUB_SYSTEM_HH__
46#define __SIM_SUB_SYSTEM_HH__
47
48#include <vector>
49
50#include "params/SubSystem.hh"
51#include "sim/power/thermal_domain.hh"
52#include "sim/sim_object.hh"
53
54class PowerModel;
55
56/**
57 * The SubSystem simobject does nothing, it is just a container for
58 * other simobjects used by the configuration system
59 */

--- 19 unchanged lines hidden ---
51#include "sim/sim_object.hh"
52
53class PowerModel;
54
55/**
56 * The SubSystem simobject does nothing, it is just a container for
57 * other simobjects used by the configuration system
58 */

--- 19 unchanged lines hidden ---