BaseSystem was renamed to System
--HG-- extra : convert_revision : 74e03fe9447d9d2be59e675b034dc6df0afcde51
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from m5 import *
|
||||
class System(SimObject):
|
||||
type = 'BaseSystem'
|
||||
type = 'System'
|
||||
boot_cpu_frequency = Param.Frequency(Self.cpu[0].clock.frequency,
|
||||
"boot processor frequency")
|
||||
memctrl = Param.MemoryController(Parent.any, "memory controller")
|
||||
|
||||
Reference in New Issue
Block a user