On Tue, 11 Sep 2012, Ali Saidi wrote:
This change breaks passing options to benchmarks in the tip.
Ali, can you check if this change fixes your problem?
diff --git a/configs/example/se.py b/configs/example/se.py
--- a/configs/example/se.py
+++ b/configs/example/se.py
@@ -86,7 +86,7 @@
process.executable = wrkld
if len(pargs) > idx:
- process.cmd = [wrkld] + [" "] + [pargs[idx]]
+ process.cmd = [wrkld] + pargs[idx].split()
else:
process.cmd = [wrkld]
--
Nilay
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev