summaryrefslogtreecommitdiff
path: root/python/m5/objects/BaseSystem.mpy
diff options
context:
space:
mode:
Diffstat (limited to 'python/m5/objects/BaseSystem.mpy')
-rw-r--r--python/m5/objects/BaseSystem.mpy2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/m5/objects/BaseSystem.mpy b/python/m5/objects/BaseSystem.mpy
index 450b6a58e..29fe3e1d9 100644
--- a/python/m5/objects/BaseSystem.mpy
+++ b/python/m5/objects/BaseSystem.mpy
@@ -1,6 +1,8 @@
simobj BaseSystem(SimObject):
type = 'BaseSystem'
abstract = True
+ boot_cpu_frequency = Param.ClockPeriod(parent.cpu[0].cycle_time,
+ "Boot Processor Frequency")
memctrl = Param.MemoryController(parent.any, "memory controller")
physmem = Param.PhysicalMemory(parent.any, "phsyical memory")
kernel = Param.String("file that contains the kernel code")