ext: remove redundant parameter in example SST+gem5 test
authorCurtis Dunham <Curtis.Dunham@arm.com>
Fri, 29 Jan 2016 23:47:15 +0000 (17:47 -0600)
committerCurtis Dunham <Curtis.Dunham@arm.com>
Fri, 29 Jan 2016 23:47:15 +0000 (17:47 -0600)
The SST connector automatically adds --initialize-only to the gem5
"command line" (as it should); the config script doesn't need it.

ext/sst/tests/test6_arm_4c.py

index e8683145e2feb76b71935df6080c7ee04cfc6e62..bf2cb9ab8537ce2088bfd51d3df8e8213256be74 100644 (file)
@@ -90,7 +90,7 @@ GEM5.addParams({
     "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")