[gem5-users] Re: m5.switchCpus for ARM starter_fs.py config

2023-11-13 Thread Giacomo Travaglini via gem5-users
Hi, Did you call m5.instantiate before calling m5.simulate? (I don’t see it from the code snippet you posted) Kind Regards Giacomo From: Tran, Huy Dinh via gem5-users Date: Thursday, 2 November 2023 at 20:33 To: gem5-users@gem5.org Cc: Tran, Huy Dinh Subject: [gem5-users] m5.switchCpus for A

[gem5-users] Re: m5.switchCpus for ARM starter_fs.py config

2023-11-13 Thread bbruce--- via gem5-users
What i dont understand here is why do you need cpu switching for starter_fs.py. Couldn't you juse use starter_fs.py to get the checkpoints you need then load these checkopoints into a simulation which uses the stdlib? \ They'll be no easy way of introducing stdlib code like  SimpleSwitchableProc