[gem5-users] Re: Simple Switchable Processor with checkpoint restoration

2023-06-22 Thread AbdelQader AlKilany via gem5-users
Hello Ayaz, Thank you for your response! 😊 I am trying to checkpoint with Atomic then restore to atomic and switch to Timing/O3. Your advice works if I checkpoint with this and also with Timing, then restore with Timing and switch, thank you. From my knowledge the way to switch CPUs in stdlib

[gem5-users] Re: Simple Switchable Processor with checkpoint restoration

2023-06-20 Thread Ayaz Akram via gem5-users
Hi Abdal, Assuming that you run into this problem when using different start and switch core types for SimpleSwitchable processor in your script, I think the main problem is that on restore the start core type is not the same as the core with which you took the checkpoint (which I am assuming was