hello ,
I create a checkpoint just after the boot of the cpu , and befor the
benchmaark  and I have a problem when I want to restore from this point .

my command is to create the checkpoint is :
build/ALPHA/gem5.opt --trace-start=2000000000
--trace-file=/home/local/belhaj/gemm/traces/timing_sansfaute.gz
--debug-flags=Exec,ExecEnable,ExecTicks,ExecOpClass,ExecThread,ExecEffAddr
--outdir=/home/local/belhaj/gemm/results/timing_sansfaute
configs/example/ruby_fs.py --topology=Mesh --garnet-network=fixed
--script=/home/local/belhaj/amina/fsfiles/scripts/blackscholes_4c_simsmall.rcS
--num-cpu=4 --num-dirs=4 --mesh-rows=2  --caches --l2cache --num-l2caches=2
 --checkpoint-dir=/home/local/belhaj/gemm/checks --cpu-type=timing

to restore
build/ALPHA/gem5.opt --trace-start=2000000000
--trace-file=/home/local/belhaj/gemm/traces/timing_sansfaute.gz
--debug-flags=Exec,ExecEnable,ExecTicks,ExecOpClass,ExecThread,ExecEffAddr
--outdir=/home/local/belhaj/gemm/results/timing_sansfaute
configs/example/ruby_fs.py --topology=Mesh --garnet-network=fixed
--script=/home/local/belhaj/amina/fsfiles/scripts/blackscholes_4c_simsmall.rcS
--num-cpu=4 --num-dirs=4 --mesh-rows=2 --caches --l2cache --num-l2caches=2
--checkpoint-dir=/home/local/belhaj/gemm/checks --restore-with-cpu=timing
-r 1

the problem I get is :
fatal: Can't unserialize 'system.cpu1.dtb.Entry46:tag'
 @ cycle 2396608597500
[paramIn:build/ALPHA/sim/serialize.cc, line 228]
Memory Usage: 321216 KBytes

what is this ??
Can any one help me with that ?
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to