summaryrefslogtreecommitdiff
path: root/src/sim/power/PowerModel.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/power/PowerModel.py')
-rw-r--r--src/sim/power/PowerModel.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sim/power/PowerModel.py b/src/sim/power/PowerModel.py
index 342569013..e3c0fb943 100644
--- a/src/sim/power/PowerModel.py
+++ b/src/sim/power/PowerModel.py
@@ -63,3 +63,6 @@ class PowerModel(SimObject):
# Type of power model
pm_type = Param.PMType("All", "Type of power model")
+
+ # Ambient temperature to be used when no thermal model is present
+ ambient_temp = Param.Float(25.0, "Ambient temperature")