[gem5-users] Re: Issue: Checkpoint in FS mode

2021-09-02 Thread Sindhuja Gopalakrishnan Elango via gem5-users
ptember 2, 2021 3:57 AM To: gem5-users@gem5.org Cc: Pedro Becker Subject: [gem5-users] Re: Issue: Checkpoint in FS mode Hi Sindhuja, Are you using your own python script to configure the simulation? If I'm not mistaken calling the /sbin/m5 checkpoint exits the m5.simulate() (from the scri

[gem5-users] Re: Issue: Checkpoint in FS mode

2021-09-02 Thread Pedro Becker via gem5-users
Hi Sindhuja, Are you using your own python script to configure the simulation? If I'm not mistaken calling the /sbin/m5 checkpoint exits the m5.simulate() (from the script), returning the exit_event (a string "checkpoint"). Then, your python script should capture that exit_event and create th