Commit 18023fff authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

experiments: increase gem5 memory

parent 7f19545d
...@@ -112,7 +112,7 @@ run_gem5() { ...@@ -112,7 +112,7 @@ run_gem5() {
--cacheline_size=64 \ --cacheline_size=64 \
--cpu-clock=3GHz \ --cpu-clock=3GHz \
--kernel=$GEM5_KERNEL --disk-image=$img --disk-image=$3 \ --kernel=$GEM5_KERNEL --disk-image=$img --disk-image=$3 \
--cpu-type=$4 --mem-size=4GB --cosim-pci=$pcisock --cosim-shm=$shm \ --cpu-type=$4 --mem-size=16GB --cosim-pci=$pcisock --cosim-shm=$shm \
--ddio-enabled --ddio-way-part=8 --mem-type=DDR4_2400_16x4 \ --ddio-enabled --ddio-way-part=8 --mem-type=DDR4_2400_16x4 \
--checkpoint-dir="$cpdir" $6 \ --checkpoint-dir="$cpdir" $6 \
&>$OUTDIR/gem5.$1.log & &>$OUTDIR/gem5.$1.log &
......
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