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

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

2014-09-02 Thread Prathap Kolakkampadath via gem5-users
Hi Users, I am trying to run some benchmarks on ARM detailed cpu. However the simulation takes a very long time for linux to bootup and is stuck at freeing init memory and not mounting the filesystem. In case of atomic cpu, the kernel boots up to console quite fastly. I would like to know if i ca