Commit 59df85eb authored by Hejing Li's avatar Hejing Li
Browse files

gem5 image path correct

parent 677d4082
...@@ -110,7 +110,7 @@ run_gem5() { ...@@ -110,7 +110,7 @@ run_gem5() {
--l3_size=32MB \ --l3_size=32MB \
--cacheline_size=64 \ --cacheline_size=64 \
--cpu-clock=3GHz \ --cpu-clock=3GHz \
--kernel=$GEM5_KERNEL --disk-image=$GEM5_IMAGE --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=4GB --cosim-pci=$pcisock --cosim-shm=$shm \
--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