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
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