summaryrefslogtreecommitdiff
path: root/exp_script/run_spec_from_ckpt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'exp_script/run_spec_from_ckpt.sh')
-rwxr-xr-xexp_script/run_spec_from_ckpt.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/exp_script/run_spec_from_ckpt.sh b/exp_script/run_spec_from_ckpt.sh
index dcb40da36..2de83702f 100755
--- a/exp_script/run_spec_from_ckpt.sh
+++ b/exp_script/run_spec_from_ckpt.sh
@@ -195,7 +195,7 @@ then
fi
mkdir -p $OUTPUT_DIR
-RUN_DIR=$SPEC_PATH/benchspec/CPU2006/$BENCHMARK_CODE/run/run_base_ref_x86_64.0000
+RUN_DIR=$SPEC_PATH/benchspec/CPU2006/$BENCHMARK_CODE/run/run_base_ref_x86_64.0001
#run_base_ref\_my-alpha.0000
# Run directory for the selected SPEC benchmark
SCRIPT_OUT=$OUTPUT_DIR/runscript.log
@@ -234,8 +234,8 @@ $GEM5_PATH/build/X86_MESI_Two_Level/gem5.fast \
--num-cpus=1 --mem-size=4GB \
--checkpoint-dir=$CKPT_OUT_DIR \
--checkpoint-restore=10000000000 --at-instruction \
- --l1d_assoc=8 --l2_assoc=16 --l1i_assoc=4 \
- --cpu-type=DerivO3CPU --needsTSO=0 --scheme=$SCHEME \
- --num-dirs=1 --ruby --maxinsts=2000000000 \
- --network=simple --topology=Mesh_XY --mesh-rows=1 | tee -a $SCRIPT_OUT
+ --l1d_assoc=8 --l2_assoc=16 --l1i_assoc=4 \
+ --cpu-type=DerivO3CPU --needsTSO=1 --scheme=$SCHEME \
+ --num-dirs=1 --ruby --maxinsts=1000000000 \
+ --network=simple --topology=Mesh_XY --mesh-rows=1