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.
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
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,
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
___
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