Hello,

I am running multi-programmed workloads in SE mode. I want to dump
statistics after cpu[i] has completed num_instrs_cpu[i] instructions [for
all i in range(num_cpus)] i.e. I want to schedule events: after cpu[0]
completes num_instrs_cpu[0] instructions, after cpu[1] completes
num_instrs_cpu[1] instructions etc.
For a single cpu system, I used scheduleInstStop as per [1], which worked
fine. However, for multiple cpus case, such a solution requires "num_cpus"
simulations of the same workload. I wanted to reduce this number of
simulations from "num_cpus" to 1.

Any suggestions?


[1] https://www.mail-archive.com/gem5-users@gem5.org/msg08309.html

Thanks,

Prakhar
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org

Reply via email to