Commit c9afa127 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

experiments: up core frequency to 3GHz

parent b50f83cc
...@@ -94,6 +94,7 @@ run_gem5() { ...@@ -94,6 +94,7 @@ run_gem5() {
--l2_size=2MB \ --l2_size=2MB \
--l3_size=8MB \ --l3_size=8MB \
--cacheline_size=64 \ --cacheline_size=64 \
--cpu-clock=3GHz \
--kernel=$GEM5_KERNEL --disk-image=$GEM5_IMAGE --disk-image=$3 \ --kernel=$GEM5_KERNEL --disk-image=$GEM5_IMAGE --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 \
......
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