Re: [gem5-users] gem5 ARM memory size limitation

2017-12-12 Thread David Kim
Thanks, Sharjeel. I will try to run ARM NoC with your configuration. FYI, I've modified .dts file, and then generated .dtb file that supports larger memory capacity. I did not fully test it, but it looks like working. Thanks again. Regards, Dong Wan Kim On Tue, Dec 12, 2017 at 2:38 AM,

Re: [gem5-users] Help with application installing on linux x86

2017-12-12 Thread Jasmin Jahic
Hello, could you post an error here? P.S Not sure if it will help with an error, but it is definitely faster when it comes to the compilation. Try to chroot into the image: Mount the image: sudo mount -o loop,offset=32256 (image name->)linux-x86.img /mnt - Chroot into the image: cd /mnt sudo

[gem5-users] Ruby memory system issue with DerivO3CPU for ARM ISA

2017-12-12 Thread SHARJEEL KHILJI
Hi, I am facing some issue while using DerivO3CPU with ARM ISA with ruby memory system. It does not work and gives following error. warn: Address 0 is outside of physical memory, stopping fetch simulate() limit reached I am using MESI Two Level protocol. DerivO3CPU works fine with classic

Re: [gem5-users] [EXT] Re: Running Dist-gem5

2017-12-12 Thread Vitorio Cargnini (lcargnini)
Thanks Mohammad, Now it executed flawlessly. Appreciate all the assistance. Now I gonna play with some benchmarks. Regards, Vitorio. From: gem5-users [mailto:gem5-users-boun...@gem5.org] On Behalf Of Mohammad Alian Sent: Monday, December 11, 2017 6:03 PM To: gem5 users mailing list

[gem5-users] Running pthreads on gem5

2017-12-12 Thread Nidhi Kamath
Hello, I was trying to run a simple pthread program on x86 SE mode. Are m5threads the only way to do this ? When I try to compile libpthread I get the below error lap318@lap318-HP-Compaq-6730b-KE717AV ~/gem5/m5threads $ make gcc -O3 -static-c -o pthread.o pthread.c pthread.c:40:2: error:

Re: [gem5-users] gem5 ARM memory size limitation

2017-12-12 Thread SHARJEEL KHILJI
Hi David, I am sorry for late response. Here is the configuration I used to simulate my NoC ./build/ARM/gem5.fast configs/example/fs.py --l1d_size=32kB --l1i_size=32kB --num-l2caches 4 --l2_size=1MB --cacheline_size=64 --machine-type=VExpress_GEM5_V1 --kernel