[gem5-users] Re: Simulation problem on restoring simpoint checkpoint

2024-05-05 Thread shuhao ling via gem5-users
Hi I guess I found out where this ExitEvent is inserted, in configs/common/Simulation.py:751: ```         else: ``` ```             print(f"Switch at curTick count:{str(1)}") ``` ```             exit_event = m5.simulate(1) ``` This line return a ExitEvent afert 1 Ticks after c

[gem5-users] Re: Simulation problem on restoring simpoint checkpoint

2024-05-05 Thread shuhao ling via gem5-users
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 \ con

[gem5-users] Re: Simulation problem on restoring simpoint checkpoint

2024-04-30 Thread Ananda Biswas via gem5-users
Can you share your full command used in Step-4? On Tue, Apr 30, 2024 at 3:07 AM shuhao ling via gem5-users < gem5-users@gem5.org> wrote: > I do some PDB debug on configs/common/Simulation.py and found: > >1. > >restoreSimpointCheckpoint() is executed >2. > >I can run m5.simulate()

[gem5-users] Re: Simulation problem on restoring simpoint checkpoint

2024-04-30 Thread shuhao ling via gem5-users
I do some PDB debug on configs/common/Simulation.py and found: 1. restoreSimpointCheckpoint() is executed 2. I can run m5.simulate() in pdb to enable simulation go beyond this Exit : --- src/sim/simulate.cc:199: info: Entering event queue @ 58886402500. Starting simulation... Exiting @ tick