Re: [gem5-users] Question about muti-processor simulation on se mode

2019-09-09 Thread yuan
, 2019 1:18 PM To: Shougang Yuan; gem5 users mailing list Subject: Re: [gem5-users] Question about muti-processor simulation on se mode On Sun, Sep 8, 2019 at 9:42 AM Ciro Santilli wrote: On Sun, Sep 8, 2019 at 6:52 AM Shougang Yuan wrote: Hi, Crio Santilli, Thank for your kind help. I have

Re: [gem5-users] Question about muti-processor simulation on se mode

2019-09-09 Thread Ciro Santilli
th-se-py/53085049#53085049 >>> >>> gcc -static -o pthread_self.out pthread_self.c -pthread >>> build/X86/gem5.opt configs/example/se.py pthread_self.out --num-cpus >>> 3 --options 2 >>> >>> >>>> Best regards. >>>> >&

Re: [gem5-users] Question about muti-processor simulation on se mode

2019-09-08 Thread Ciro Santilli
configs/example/se.py pthread_self.out --num-cpus >> 3 --options 2 >> >> >>> Best regards. >>> >>> >>> >>> Yuan >>> >>> >>> >>> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for >&

Re: [gem5-users] Question about muti-processor simulation on se mode

2019-09-07 Thread Shougang Yuan
gt; >> >> >> Yuan >> >> >> >> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for >> Windows 10 >> >> >> >> *From: *Ciro Santilli >> *Sent: *Saturday, September 7, 2019 12:51 PM >> *To: *yu

Re: [gem5-users] Question about muti-processor simulation on se mode

2019-09-07 Thread Ciro Santilli
itted > > > > Best regards. > > > > Yuan > > > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > > *From: *Ciro Santilli > *Sent: *Saturday, September 7, 2019 6:32 AM > *To: *gem5 users mailing li

Re: [gem5-users] Question about muti-processor simulation on se mode

2019-09-07 Thread Ciro Santilli
2263 # Number of instructions committed > Best regards. > > > > Yuan > > > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > > *From: *Ciro Santilli > *Sent: *Saturday, September 7, 2019 6:32 AM >

Re: [gem5-users] Question about muti-processor simulation on se mode

2019-09-07 Thread Ciro Santilli
On Sat, Sep 7, 2019 at 1:23 AM yuan wrote: > Hi, all, > > > > I am trying to simulate a system with 4 cores, a test command line is as > follow: > > build/X86/gem5.opt configs/example/se.py -n 4 --cpu-type=DerivO3CPU > --mem-type=DDR4_2400_8x8 --mem-size=8GB --caches --l1d_size=64kB >

[gem5-users] Question about muti-processor simulation on se mode

2019-09-06 Thread yuan
Hi, all, I am trying to simulate a system with 4 cores, a test command line is as follow: build/X86/gem5.opt configs/example/se.py -n 4 --cpu-type=DerivO3CPU --mem-type=DDR4_2400_8x8 --mem-size=8GB --caches --l1d_size=64kB --l1i_size=32kB --l2cache --l2_size=512kB -c