[gem5-users] Fwd: warn:unimplemented function 13 and hack: Assuming logical destinations are 1 << id. warn: Address 0x100000000 is outside of physical memory, stopping fetch

2016-10-13 Thread bhargavi upadhyay
Hi, I have installed gem5-stable version. I installed with MOESI_CMP_directory protocol. While running below command build/X86/gem5.opt configs/example/fs.py --ruby --caches --l1d_size=64kB --l1i_size=16kB --l2cache -n 8 --kernel=x86_64-vmlinux-2.6.28.4-smp --script=PARSEC/x264/x264_64c_simsmall.

[gem5-users] Streamcluster x86 FS mode segfault

2016-10-13 Thread Zamshed Chowdhury
I am trying to run geM5 in FS mode with x86. After I built the streamcluster kernel on my computer and ran the simulation, it was producing segfault..error 6. I used the following command: ./build/X86/gem5.opt ./configs/example/fs.py -n 8 --caches --l1d_size=256KB --l1i_size=256KB --script=run

Re: [gem5-users] Wrong opClass in x86 instructions

2016-10-13 Thread Ferran Olid
Hi, Okay, I have been looking at the diff from the patch, but it seems that x86 does not have the file fp64.isa (where the opclass is defined) so I had to use a little the imagination and look for a workaround. The thing is that the modifications in the file isa_parser.py gave me some idea,

[gem5-users] FS mode in powerpc

2016-10-13 Thread m18133910203
Hi, Everyone, I want to implement the FS mode in powerpc ISAs , and does anyone do the same things? If you are just doing something related to it or learning well about FS mode in any other ISAs , please give me some help! I will be grateful! mj ___

Re: [gem5-users] Wrong opClass in x86 instructions

2016-10-13 Thread Ferran Olid
Hi, Thank you very much! I'll try this out right now. Regards, Ferran O. On 13/10/16 02:47, Ayaz Akram wrote: Hi, you can look at following patch by Fernando, to fix Arm SimdFloat ops labelling: http://reviews.gem5.org/r/3547/ This will be helpful in doing similar changes for x86. On M