projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
927dd20
)
se-configs: edit se.py to account for non-O3CPU workloads
author
Korey Sewell
<ksewell@umich.edu>
Sun, 26 Jul 2009 04:13:35 +0000
(
00:13
-0400)
committer
Korey Sewell
<ksewell@umich.edu>
Sun, 26 Jul 2009 04:13:35 +0000
(
00:13
-0400)
configs/example/se.py
patch
|
blob
|
history
diff --git
a/configs/example/se.py
b/configs/example/se.py
index 4b3842cd1f819c4114fb7c9adda9f62d1579ba46..67a2340cee2a2cded50ea667c5d74f8dffc6e83e 100644
(file)
--- a/
configs/example/se.py
+++ b/
configs/example/se.py
@@
-91,6
+91,10
@@
if options.output != "":
if options.errout != "":
process.errout = options.errout
+
+# By default, set workload to path of user-specified binary
+workloads = options.cmd
+
if options.detailed:
#check for SMT workload
workloads = options.cmd.split(';')