projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b587d51
)
Config: Remove short option string for cpu type
author
Nilay Vaish
<nilay@cs.wisc.edu>
Tue, 10 Jan 2012 12:35:40 +0000
(06:35 -0600)
committer
Nilay Vaish
<nilay@cs.wisc.edu>
Tue, 10 Jan 2012 12:35:40 +0000
(06:35 -0600)
configs/common/Options.py
patch
|
blob
|
history
diff --git
a/configs/common/Options.py
b/configs/common/Options.py
index 2d4f52bc1cbb359c0e037e960481968b662832ff..ff4acbe37100fed960224462171215afff1396a6 100644
(file)
--- a/
configs/common/Options.py
+++ b/
configs/common/Options.py
@@
-27,7
+27,7
@@
# Authors: Lisa Hsu
# system options
-parser.add_option("-
c", "-
-cpu-type", type="choice", default="atomic",
+parser.add_option("--cpu-type", type="choice", default="atomic",
choices = ["atomic", "timing", "detailed", "inorder"],
help = "type of cpu to run with")
parser.add_option("-n", "--num-cpus", type="int", default=1)