summaryrefslogtreecommitdiff
path: root/src/sim/power/ThermalModel.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/power/ThermalModel.py')
-rw-r--r--src/sim/power/ThermalModel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/power/ThermalModel.py b/src/sim/power/ThermalModel.py
index 4a2f5d931..4c397119d 100644
--- a/src/sim/power/ThermalModel.py
+++ b/src/sim/power/ThermalModel.py
@@ -45,7 +45,7 @@ from m5.objects import ThermalDomain
# Represents a thermal node
class ThermalNode(SimObject):
type = 'ThermalNode'
- cxx_header = "sim/power/thermal_model.hh"
+ cxx_header = "sim/power/thermal_node.hh"
# Represents a thermal resistor
class ThermalResistor(SimObject):