Re: [gem5-users] gem5 X86 Full System fails with DerivO3CPU

2019-07-01 Thread Abhishek Singh
Hello Everyone, Yaz: I do not change anything, I am using commit 2a98a994df296f818b05da90ba073d879562da04 of gem5. Is there anyone who was able to *boot* the full system for x86 ISA using O3CPU? My command line : *build/X86/gem5.opt configs/example/fs.py --kernel=x86_64-vmlinux-2.6.22.9

Re: [gem5-users] SPECCPU 2006 application crashes on x86 gem5

2019-07-01 Thread Shyam Murthy
Thanks a lot for the inputs, Gururaj and Gabe. Thanks, Shyam On Mon, Jul 1, 2019 at 1:21 AM Saileshwar, Gururaj wrote: > Hi Shyam, > > I also faced this issue with “movntdq_Mo_Vo” in the recent past when I > was trying to compile and run SPEC2006 with Gem5. > > I managed to debug it to some

Re: [gem5-users] SPECCPU 2006 application crashes on x86 gem5

2019-07-01 Thread Saileshwar, Gururaj
Hi Shyam, I also faced this issue with “movntdq_Mo_Vo” in the recent past when I was trying to compile and run SPEC2006 with Gem5. I managed to debug it to some extent – the source of these unimplemented instructions is likely one of the linked libraries (mostly glibc) that the binary uses.

Re: [gem5-users] Changing buffer depth in virtual channels - Garnet

2019-07-01 Thread Krishna, Tushar
Those values are used when initializing the credits in OutVCstate for the data and control VCs. The flitBuffer object has infinite size but the actual number of flits that can sit in it are controlled by the credits. - Tushar On Jun 27, 2019, 2:44 PM -0700, CARLOS ANDRES PIEDRAHITA VELASQUEZ ,