summaryrefslogtreecommitdiff
path: root/src/sim/power/SConscript
diff options
context:
space:
mode:
authorAndreas Sandberg <andreas.sandberg@arm.com>2017-02-27 13:17:51 +0000
committerAndreas Sandberg <andreas.sandberg@arm.com>2017-03-07 11:44:32 +0000
commitc07a2d68f34ab4cef8b3ed4d079316d2b4306244 (patch)
treeb37dac9e4dcf801aee822cd1a1bd3320437e505d /src/sim/power/SConscript
parent846a17308c424bf1203d6c29586fdcd7d7047493 (diff)
downloadgem5-c07a2d68f34ab4cef8b3ed4d079316d2b4306244.tar.xz
power: Avoid forward declarations that confuse wrappers
The Python wrappers get confused by the forward declarations in the power framework. This changeset restructures the code slightly to avoid the troublesome forward declarations. Change-Id: Id8c93224f1988edb5fdf9d3abc6237f2f688c02d Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-by: Andreas Hansson <andreas.hansson@arm.com> Reviewed-by: Curtis Dunham <curtis.dunham@arm.com> Reviewed-by: Sascha Bischoff <sascha.bischoff@arm.com> Reviewed-on: https://gem5-review.googlesource.com/2227 Reviewed-by: Pierre-Yves PĂ©neau <pierre-yves.peneau@lirmm.fr> Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to 'src/sim/power/SConscript')
-rw-r--r--src/sim/power/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sim/power/SConscript b/src/sim/power/SConscript
index 2f0eb4fc1..b90d93045 100644
--- a/src/sim/power/SConscript
+++ b/src/sim/power/SConscript
@@ -40,5 +40,6 @@ Source('power_model.cc')
Source('mathexpr_powermodel.cc')
Source('thermal_domain.cc')
Source('thermal_model.cc')
+Source('thermal_node.cc')
DebugFlag('ThermalDomain')