summaryrefslogtreecommitdiff
path: root/src/sim/System.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/System.py')
-rw-r--r--src/sim/System.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sim/System.py b/src/sim/System.py
index 15c1a2662..0d0251646 100644
--- a/src/sim/System.py
+++ b/src/sim/System.py
@@ -59,6 +59,10 @@ class System(MemObject):
"All memories in the system")
mem_mode = Param.MemoryMode('atomic', "The mode the memory system is in")
+ thermal_model = Param.ThermalModel(NULL, "Thermal model")
+ thermal_components = VectorParam.SimObject([],
+ "A collection of all thermal components in the system.")
+
# When reserving memory on the host, we have the option of
# reserving swap space or not (by passing MAP_NORESERVE to
# mmap). By enabling this flag, we accomodate cases where a large