Hi

Very sorry for the late reply, I am using command line like this, I try restore 
with MinorCPU with \`—caches\` and AtomicSimpleCPU without \`—caches\`, it 
resualted in the same situation though.

```
build/RISCV/gem5.fast \     
--outdir=/home/Documents/gem5/spec/445.gobmk-simpoint \     
configs/deprecated/example/se.py --num-cpus=1 --cpu-type=MinorCPU --caches 
--mem-size=512MB \     --restore-simpoint-checkpoint -r 2 --checkpoint-dir 
./spec/445.gobmk-simpoint \     
--cmd=/home/Documents/gem5/spec/run/445.gobmk/riscv-445.gobmk-input1-240423-162455/run/gobmk_base.gcc43-64bit
 '--options=--quiet --mode gtp' \     
--output=/home/Documents/gem5/spec/run/445.gobmk/riscv-445.gobmk-input1-240423-162455/run/13x13.out
 \     
--input=/home/Documents/gem5/spec/run/445.gobmk/riscv-445.gobmk-input1-240423-162455/run/13x13.tst
 \     
--errout=/home/Documents/gem5/spec/run/445.gobmk/riscv-445.gobmk-input1-240423-162455/run/13x13.err
  
```

And I did some debug for event queue and found that the CPU actually running 
TickEvent 1 by 1 before the ExitEvent was Triggered. The ExitEvent was 
triggered when its Tick was hit. 

Thanks for your help

Regards

Ling
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org

Reply via email to