[gem5-users] How to communicate between cores in SE mode

2020-06-27 Thread may via gem5-users
Hi, Is there any way to share variables between different program on different cores in SE mode? My script is : build/X86/gem5.opt \ configs/example/se.py \ --cpu-type=DerivO3CPU \ --sys-clock=4GHz \ -c program1;program2;program3;program4 \ -n 4 \ --caches --l2cache This script makes every

[gem5-users] Re: heterogeneous core configuration and mapping threads in gem5 FS simulation

2020-06-27 Thread Biruk Yirga via gem5-users
I think you can try with COSSIM That enables to run heterogeneous systems. Best On Sat, 27 Jun 2020, 3:43 pm Ciro Santilli via gem5-users, < gem5-users@gem5.org> wrote: > I'm not sure about the TLB part, but > configs/example/arm/fs_bigLITTLE.py in tree already showcases two > types of cores and