Re: [gem5-users] Stop simulation with instructions executed from whole program

2013-07-16 Thread Andreas Sandberg
On 07/15/2013 04:36 PM, Ali Saidi wrote: On 10.07.2013 06:24, Hui Zhao wrote: Hello I am running multithreaded applications on Gem5. I want to stop the simulation when the sum of all cores' executed instructions reaches some million. But the current -I n will stop when any core reaches the n

Re: [gem5-users] Stop simulation with instructions executed from whole program

2013-07-15 Thread Ali Saidi
On 10.07.2013 06:24, Hui Zhao wrote: > Hello I am running multithreaded applications on Gem5. I want to stop the simulation when the sum of all cores' executed instructions reaches some million. But the current -I n will stop when any core reaches the n instructions. How can I do this? > > Th