BaseSystem was renamed to System
--HG-- extra : convert_revision : 74e03fe9447d9d2be59e675b034dc6df0afcde51
This commit is contained in:
parent
4cc9fbf61d
commit
ebb35e57ce
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue