Commit 499dc3b0 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

experiments: add gem5 ddio and memory parameters

parent 917cdbf1
......@@ -113,6 +113,7 @@ run_gem5() {
--cpu-clock=3GHz \
--kernel=$GEM5_KERNEL --disk-image=$img --disk-image=$3 \
--cpu-type=$4 --mem-size=4GB --cosim-pci=$pcisock --cosim-shm=$shm \
--ddio-enabled --ddio-way-part=8 --mem-type=DDR4_2400_16x4 \
--checkpoint-dir="$cpdir" $6 \
&>$OUTDIR/gem5.$1.log &
pid=$!
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment