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