projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24fe7cd
)
FSConfig.py: fix a typo makeLinuxAlphaRubySystem
author
Nilay Vaish
<nilay@cs.wisc.edu>
Fri, 16 Mar 2012 12:46:45 +0000
(07:46 -0500)
committer
Nilay Vaish
<nilay@cs.wisc.edu>
Fri, 16 Mar 2012 12:46:45 +0000
(07:46 -0500)
configs/common/FSConfig.py
patch
|
blob
|
history
diff --git
a/configs/common/FSConfig.py
b/configs/common/FSConfig.py
index 5ae36791c0fdb979f5eee7c29a13c8414036df9a..a11061fdd7b5de47d8c89c5b481811291c557966 100644
(file)
--- a/
configs/common/FSConfig.py
+++ b/
configs/common/FSConfig.py
@@
-124,7
+124,7
@@
def makeLinuxAlphaRubySystem(mem_mode, mdesc = None):
# RubyPort currently does support functional accesses. Therefore provide
# the piobus a direct connection to physical memory
#
- self.piobus.master
_port
= physmem.port
+ self.piobus.master = physmem.port
self.disk0 = CowIdeDisk(driveID='master')
self.disk2 = CowIdeDisk(driveID='master')