From: Korey Sewell Date: Sun, 26 Jul 2009 04:13:35 +0000 (-0400) Subject: se-configs: edit se.py to account for non-O3CPU workloads X-Git-Tag: Calvin_Submission~196 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6c463135561796a3d26709d0498f300717ceba83;p=gem5.git se-configs: edit se.py to account for non-O3CPU workloads --- 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(';')