BaseSystem was renamed to System

--HG--
extra : convert_revision : 74e03fe9447d9d2be59e675b034dc6df0afcde51
This commit is contained in:
Nathan Binkert 2005-06-09 15:09:35 -04:00
parent 4cc9fbf61d
commit ebb35e57ce

View file

@ -1,6 +1,6 @@
from m5 import * from m5 import *
class System(SimObject): class System(SimObject):
type = 'BaseSystem' type = 'System'
boot_cpu_frequency = Param.Frequency(Self.cpu[0].clock.frequency, boot_cpu_frequency = Param.Frequency(Self.cpu[0].clock.frequency,
"boot processor frequency") "boot processor frequency")
memctrl = Param.MemoryController(Parent.any, "memory controller") memctrl = Param.MemoryController(Parent.any, "memory controller")