diff options
Diffstat (limited to 'src/sim/SubSystem.py')
-rw-r--r-- | src/sim/SubSystem.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sim/SubSystem.py b/src/sim/SubSystem.py index 47e9d4d6f..50e7dbd40 100644 --- a/src/sim/SubSystem.py +++ b/src/sim/SubSystem.py @@ -52,6 +52,8 @@ class SubSystem(SimObject): cxx_header = "sim/sub_system.hh" abstract = False - # Thermal doamin associated to this object, inheriting the parent's + # Thermal domain associated to this object, inheriting the parent's # clock domain by default thermal_domain = Param.ThermalDomain(NULL, "Thermal domain") + + generateDeviceTree = SimObject.recurseDeviceTree |