Discussion:
[gem5-users] 转发: M5ops could not dump stats as documented
Yi Shen
2018-10-22 17:35:15 UTC
Permalink
Yi Shen

·¢ŒþÈË: Yi Shen<mailto:***@mail.mcgill.ca>
·¢ËÍʱŒä: October 22, 2018 1:32 PM
ÊÕŒþÈË: Yi Shen<mailto:***@mail.mcgill.ca>
Ö÷Ìâ: [gem5-users] M5ops could not dump stats as documented


Details



Gem5 version:

Freshly checked out at GitHub

Protocol:

X86_MOESI_hammer

Ruby:

Yes

System script:

Fs.py

rcS:

hack_back_ckpt.rcS + self made rcS

Simulation content:

Parsec Benchmark 2.1










Self made rcS:
#!/bin/sh
# File to run the fluidanimate benchmark
cd /parsec/install/bin
/sbin/m5 dumpresetstats 0 1
./fluidanimate 2 5 /parsec/install/inputs/fluidanimate/in_35K.fluid /parsec/install/inputs/fluidanimate/out.fluid
echo "Done :D"
/sbin/m5 exit

Options for fs.py:
#!/bin/bash
echo "Hello, World!"
build/X86_MOESI_hammer/gem5.opt \
--outdir=./m5/ \
configs/example/fs.py \
--kernel=/data/yi/ToolChain/gem5-stable/full_system_images/x86-system/binaries/x86_64-vmlinux-2.6.22.9.smp \
--disk-image=/data/yi/ToolChain/gem5-stable/full_system_images/x86-system/disks/x86root-parsec.img \
--cpu-type=DerivO3CPU \
--sys-clock='3.7GHz' \
--cpu-clock='3.7GHz' \
--sys-voltage='0.8V' \
--l1i_size=32kB \
--l1d_size=32kB \
--l2_assoc=8 \
--caches \
--l2cache \
--l2_size=2MB \
--mem-size='2GB' \
--num-cpus=2 \
--checkpoint-dir=$x865/m5/ \
--script=/data/yi/ToolChain/arboretum/rcS/fluidanimate_2c_simsmall.rcS \
--checkpoint-restore=1 \
--ruby \

Yi Shen

Loading...