On Sat, Aug 15, 2020 at 6:44 PM Chandrahas Tirumalasetty via
gem5-users <gem5-users@gem5.org> wrote:
>
> Hello,
> I am trying to restore from a checkpoint (created with AtomicSimpleCPU)  with 
> cpu-type DerivO3CPU in my gem5 setup. I have two questions mainly
>
> Is it allowed to create a checkpoint with AtomicSimpleCPU and restore with 
> DerivO3CPU?.

See also:

- 
https://stackoverflow.com/questions/60876259/which-system-characteristics-such-as-number-of-cores-of-cache-configurations-can/60876260#60876260
- 
https://stackoverflow.com/questions/49011096/how-to-switch-cpu-models-in-gem5-after-restoring-a-checkpoint-and-then-observe-t
have a play with --cpu-type and --restore-with-cpu

> The mem_mode which is atomic when using AtomicSimpleCPU seemed to same even 
> after I restore with DerivO3CPU. But my assumption is that after restoring, 
> the mem_mode should change to timing?. Please someone clarify.
>

It should, how did you observe it being atomic? I'd expect DerivO3CPU
not to ever make atomic requests (like Atomic only makes atomic
requests).

>
>
> --
> Chandrahas Tirumalasetty
> PhD student at Dept. of ECE, TAMU
> _______________________________________________
> gem5-users mailing list -- gem5-users@gem5.org
> To unsubscribe send an email to gem5-users-le...@gem5.org
> %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to