BaseSystem was renamed to System
authorNathan Binkert <binkertn@umich.edu>
Thu, 9 Jun 2005 19:09:35 +0000 (15:09 -0400)
committerNathan Binkert <binkertn@umich.edu>
Thu, 9 Jun 2005 19:09:35 +0000 (15:09 -0400)
--HG--
extra : convert_revision : 74e03fe9447d9d2be59e675b034dc6df0afcde51

python/m5/objects/System.py

index c247983c5916895bb54743999aae1f8893cae550..6d1d6a68c4589f615c4ccd70f1252e027a97195c 100644 (file)
@@ -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")