sub_system.cc (11527:9007a9729815) sub_system.cc (11793:ef606668d247)
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

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

35 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 *
37 * Authors: Geoffrey Blake
38 */
39
40#include "sim/sub_system.hh"
41
42#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

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

35 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 *
37 * Authors: Geoffrey Blake
38 */
39
40#include "sim/sub_system.hh"
41
42#include "params/SubSystem.hh"
43#include "sim/sub_system.hh"
44#include "sim/power/power_model.hh"
45#include "sim/power/thermal_domain.hh"
46
47SubSystem::SubSystem(const Params *p)
48 : SimObject(p)
49{
50 // Link thermalDomain <-> SubSystem
51 if (p->thermal_domain)

--- 26 unchanged lines hidden ---
43#include "sim/power/power_model.hh"
44#include "sim/power/thermal_domain.hh"
45
46SubSystem::SubSystem(const Params *p)
47 : SimObject(p)
48{
49 // Link thermalDomain <-> SubSystem
50 if (p->thermal_domain)

--- 26 unchanged lines hidden ---