Re: [gem5-users] Switching from Atomic CPU to Detailed CPU after Linux booted up

2014-09-03 Thread Mitch Hayenga via gem5-users
Check the config.ini in the output directory. Assuming you are using o3/detailed, the CPU type should be listed as "DerivO3CPU". On Wed, Sep 3, 2014 at 12:13 PM, Prathap Kolakkampadath wrote: > Thanks Mitch. It worked. > Is it possible to verify if the system is running with switched cpu after

Re: [gem5-users] Switching from Atomic CPU to Detailed CPU after Linux booted up

2014-09-03 Thread Prathap Kolakkampadath via gem5-users
Thanks Mitch. It worked. Is it possible to verify if the system is running with switched cpu after restore? On Tue, Sep 2, 2014 at 3:33 PM, Mitch Hayenga wrote: > Yes you can. Generally the preferred way to run is to boot/start a > benchmark with the atomic CPU and then drop a checkpoint. You

Re: [gem5-users] Switching from Atomic CPU to Detailed CPU after Linux booted up

2014-09-02 Thread Mitch Hayenga via gem5-users
Yes you can. Generally the preferred way to run is to boot/start a benchmark with the atomic CPU and then drop a checkpoint. You can then restore from the checkpoint with the "detailed" CPU. Simple use case: 1) specify gem5 command with "--checkpoint-at-end" and the atomic CPU 2) Once the benchm