power_model.cc (11527:9007a9729815) power_model.cc (11800:54436a1784dc)
1/*
2 * Copyright (c) 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

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

37 * Authors: David Guillen Fandos
38 */
39
40#include "sim/power/power_model.hh"
41
42#include "base/statistics.hh"
43#include "params/PowerModel.hh"
44#include "params/PowerModelState.hh"
1/*
2 * Copyright (c) 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

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

37 * Authors: David Guillen Fandos
38 */
39
40#include "sim/power/power_model.hh"
41
42#include "base/statistics.hh"
43#include "params/PowerModel.hh"
44#include "params/PowerModelState.hh"
45#include "sim/sim_object.hh"
45#include "sim/clocked_object.hh"
46#include "sim/sub_system.hh"
47
48PowerModelState::PowerModelState(const Params *p)
49 : SimObject(p), _temp(0), clocked_object(NULL)
50{
51}
52
53PowerModel::PowerModel(const Params *p)

--- 85 unchanged lines hidden ---
46#include "sim/sub_system.hh"
47
48PowerModelState::PowerModelState(const Params *p)
49 : SimObject(p), _temp(0), clocked_object(NULL)
50{
51}
52
53PowerModel::PowerModel(const Params *p)

--- 85 unchanged lines hidden ---