diff options
author | Korey Sewell <ksewell@umich.edu> | 2009-07-26 00:13:35 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2009-07-26 00:13:35 -0400 |
commit | 6c463135561796a3d26709d0498f300717ceba83 (patch) | |
tree | e99bc33b2d710ff8278c05cab60aaca06240332c /configs | |
parent | 927dd2093210f3784bc60ff05e2b9b919a8053a2 (diff) | |
download | gem5-6c463135561796a3d26709d0498f300717ceba83.tar.xz |
se-configs: edit se.py to account for non-O3CPU workloads
Diffstat (limited to 'configs')
-rw-r--r-- | configs/example/se.py | 4 |
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(';') |