summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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(';')