[gem5-users] Re: [GEM5] Executing same workload by different cores in SE mode

2022-06-19 Thread Peng, Ziyang
: [gem5-users] Re: [GEM5] Executing same workload by different cores in SE mode Hi Ziyang, Based on my understanding, in SE mode, you can get both cores to execute the same binary but they will run using different addresses because they are two processes and have their own address space. If you

[gem5-users] Re: [GEM5] Executing same workload by different cores in SE mode

2022-06-17 Thread Jiayi Huang
Hi Ziyang, Based on my understanding, in SE mode, you can get both cores to execute the same binary but they will run using different addresses because they are two processes and have their own address space. If you want to test cache coherence, you might want to run a multi-threaded program that