projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6a6d64
)
sparc: add missing parameter to makeSparcSystem()
author
Palle Lyckegaard
<palle@lyckegaard.dk>
Tue, 3 Nov 2015 18:17:55 +0000
(12:17 -0600)
committer
Palle Lyckegaard
<palle@lyckegaard.dk>
Tue, 3 Nov 2015 18:17:55 +0000
(12:17 -0600)
makeSparcSystem() in configs/common/FSConfig.py is missing the cmdLine
parameter Without the parameter the simulation fails to start. With the
parameter the simulation starts properly.
configs/common/FSConfig.py
patch
|
blob
|
history
diff --git
a/configs/common/FSConfig.py
b/configs/common/FSConfig.py
index 17f1f7641915757a5f03df4d86ee07c9d8a341c4..7dd2e05fd8c845a053b40c0877524ac6b59e51f5 100644
(file)
--- a/
configs/common/FSConfig.py
+++ b/
configs/common/FSConfig.py
@@
-137,7
+137,7
@@
def makeLinuxAlphaSystem(mem_mode, mdesc=None, ruby=False, cmdline=None):
return self
-def makeSparcSystem(mem_mode, mdesc=None):
+def makeSparcSystem(mem_mode, mdesc=None
, cmdline=None
):
# Constants from iob.cc and uart8250.cc
iob_man_addr = 0x9800000000
uart_pio_size = 8