changeset 4a5f52f2defa in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=4a5f52f2defa
description:
        ext: remove redundant parameter in example SST+gem5 test

        The SST connector automatically adds --initialize-only to the gem5
        "command line" (as it should); the config script doesn't need it.

diffstat:

 ext/sst/tests/test6_arm_4c.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 89fd4a775287 -r 4a5f52f2defa ext/sst/tests/test6_arm_4c.py
--- a/ext/sst/tests/test6_arm_4c.py     Fri Jan 29 12:14:21 2016 +0000
+++ b/ext/sst/tests/test6_arm_4c.py     Fri Jan 29 17:47:15 2016 -0600
@@ -90,7 +90,7 @@
     "comp_debug" : getenv("GEM5_DEBUG"),
     "gem5DebugFlags" : getenv("M5_DEBUG"),
     "frequency" : clockRate,
-    "cmd" : "configs/example/fs.py --num-cpus 4 
--disk-image=vexpress64-openembedded_minimal-armv8_20130623-376.img 
--root-device=/dev/sda2 --kernel=vmlinux.aarch64.20140821 
--dtb-filename=vexpress.aarch64.20140821.dtb --mem-size=256MB 
--machine-type=VExpress_EMM64 --cpu-type=timing --external-memory-system=sst 
--initialize-only"
+    "cmd" : "configs/example/fs.py --num-cpus 4 
--disk-image=vexpress64-openembedded_minimal-armv8_20130623-376.img 
--root-device=/dev/sda2 --kernel=vmlinux.aarch64.20140821 
--dtb-filename=vexpress.aarch64.20140821.dtb --mem-size=256MB 
--machine-type=VExpress_EMM64 --cpu-type=timing --external-memory-system=sst"
     })
 
 bus = sst.Component("membus", "memHierarchy.Bus")
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to