projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b7a92d
)
Fix typo
author
Nathan Binkert
<nate@binkert.org>
Fri, 30 Jan 2009 06:27:11 +0000
(22:27 -0800)
committer
Nathan Binkert
<nate@binkert.org>
Fri, 30 Jan 2009 06:27:11 +0000
(22:27 -0800)
src/sim/System.py
patch
|
blob
|
history
diff --git
a/src/sim/System.py
b/src/sim/System.py
index 5712a5c03d24a4d7caa4aac2d004e41821a1e63f..3b0bc1e46254bba00ef5f0eea2ada60211cce8f7 100644
(file)
--- a/
src/sim/System.py
+++ b/
src/sim/System.py
@@
-38,7
+38,7
@@
class System(SimObject):
type = 'System'
swig_objdecls = [ '%include "python/swig/system.i"' ]
- physmem = Param.PhysicalMemory(Parent.any, "ph
sy
ical memory")
+ physmem = Param.PhysicalMemory(Parent.any, "ph
ys
ical memory")
mem_mode = Param.MemoryMode('atomic', "The mode the memory system is in")
if build_env['FULL_SYSTEM']:
abstract = True