projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c417b76
)
configs: Fix typo in apu_se.py
author
Matthew Poremba
<matthew.poremba@amd.com>
Fri, 25 Sep 2020 17:05:16 +0000
(10:05 -0700)
committer
Matthew Poremba
<matthew.poremba@amd.com>
Wed, 30 Sep 2020 20:19:21 +0000
(20:19 +0000)
Change parser.add_options to parser.add_option
Change-Id: I8b0235a1bf9e01e915dec71d85b9da02c477eb34
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/35175
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Reviewed-by: Matt Sinclair <mattdsinclair@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Matt Sinclair <mattdsinclair@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
configs/example/apu_se.py
patch
|
blob
|
history
diff --git
a/configs/example/apu_se.py
b/configs/example/apu_se.py
index 077ce4c77c35d885a730e8a8fb5d5bbd11f2221b..2e24079c80778d38a6b11597d5af3169358ce238 100644
(file)
--- a/
configs/example/apu_se.py
+++ b/
configs/example/apu_se.py
@@
-174,7
+174,7
@@
parser.add_option("--numLdsBanks", type="int", default=32,
help="number of physical banks per LDS module")
parser.add_option("--ldsBankConflictPenalty", type="int", default=1,
help="number of cycles per LDS bank conflict")
-parser.add_option
s
("--lds-size", type="int", default=65536,
+parser.add_option("--lds-size", type="int", default=65536,
help="Size of the LDS in bytes")
parser.add_option('--fast-forward-pseudo-op', action='store_true',
help = 'fast forward using kvm until the m5_switchcpu'