[gem5-users] Re: Multi-core control and make sure the last core completes

2023-08-11 Thread Bryson.hong via gem5-users
Hi Zhangtong,Thank you for your reply. For the questions.1) I use SimPoint profiler through gem5 to create a single-core simpoint, then I use it to restore the multicore. The specific restore method is to enlarge the memory space by N times and shift the paddr of the ptable.(N = number of cores)2)

[gem5-users] Re: Multi-core control and make sure the last core completes

2023-08-11 Thread Zhantong Qiu via gem5-users
Hi Bryson, I have two questions about the environment: 1) How were the multicore SimPoints created? Were they created in gem5 with the SimPoint profiler? ( https://github.com/gem5/gem5/blob/stable/src/cpu/simple/probes/SimPoint.py#L40 ) 2) What does it mean by "as soon as one of the cores is done