changeset af82c0870667 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=af82c0870667
description:
        se-configs: edit se.py to account for non-O3CPU workloads

diffstat:

1 file changed, 4 insertions(+)
configs/example/se.py |    4 ++++

diffs (14 lines):

diff -r c9f811e3def9 -r af82c0870667 configs/example/se.py
--- a/configs/example/se.py     Sat Jul 25 22:24:45 2009 -0400
+++ b/configs/example/se.py     Sun Jul 26 00:13:35 2009 -0400
@@ -91,6 +91,10 @@
 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(';')
_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to