projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cc9fbf
)
BaseSystem was renamed to System
author
Nathan Binkert
<binkertn@umich.edu>
Thu, 9 Jun 2005 19:09:35 +0000
(15:09 -0400)
committer
Nathan 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
patch
|
blob
|
history
diff --git
a/python/m5/objects/System.py
b/python/m5/objects/System.py
index c247983c5916895bb54743999aae1f8893cae550..6d1d6a68c4589f615c4ccd70f1252e027a97195c 100644
(file)
--- a/
python/m5/objects/System.py
+++ b/
python/m5/objects/System.py
@@
-1,6
+1,6
@@
from m5 import *
class System(SimObject):
- type = '
Base
System'
+ type = 'System'
boot_cpu_frequency = Param.Frequency(Self.cpu[0].clock.frequency,
"boot processor frequency")
memctrl = Param.MemoryController(Parent.any, "memory controller")