summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2009-07-26 00:13:35 -0400
committerKorey Sewell <ksewell@umich.edu>2009-07-26 00:13:35 -0400
commit6c463135561796a3d26709d0498f300717ceba83 (patch)
treee99bc33b2d710ff8278c05cab60aaca06240332c /configs
parent927dd2093210f3784bc60ff05e2b9b919a8053a2 (diff)
downloadgem5-6c463135561796a3d26709d0498f300717ceba83.tar.xz
se-configs: edit se.py to account for non-O3CPU workloads
Diffstat (limited to 'configs')
-rw-r--r--configs/example/se.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/example/se.py b/configs/example/se.py
index 4b3842cd1..67a2340ce 100644
--- 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(';')