[gem5-users] How to run an application on Gem5

2017-07-17 Thread Umair Khan
Hi, I am working on gem5 and I want to run RSA algorithms on gem5 and monitor its memory access pattern but i dont know how to do it. I searched gem5 website alot and also online stuff related to gem5 but could not got any useful information. I have also set up full system mode for ARM, Alpha ,

Re: [gem5-users] dist-gem5

2017-07-17 Thread Biruk Yirga
Hi All, I did run the dist-gem5 for four systems, mean 1 server and the other 3 clients. My intention is to create communication between them, now i could see their out put from rundir directory but does not let me to login and test ping among them if they communicate or not. - would you share me

Re: [gem5-users] add parameter in params

2017-07-17 Thread raziye deylamsalehi
Hi Jason yes I add the parameter in GarnetNetworkInterface in GarnetNetwork.py and the parameter be assigned to it. my problem is that I want to pass value to GarnetNetworkInterface when NI's object created in GarnetNetwork. how can pass this value to f.e. m_num_vcs? I brought this call in my

Re: [gem5-users] Non exclusive cache in gem5

2017-07-17 Thread Jason Lowe-Power
Hi Avais, I would suggest adding a new "clusivity" which is "non-inclusive" or whatever you want to call your new inclusion property. Then, you can modify the maintainClusivity function to act as you want it to. Jason On Sat, Jul 15, 2017 at 3:18 AM Muhammad Avais

[gem5-users] gem5 has encountered a segmentation fault!

2017-07-17 Thread Neu, Markus
Hallo, on the try of sending a copy of the data packet to a new module the simulator is encountering a segmentation fault. I had extended the cache.cc with a additional port and the Cache::recvTimingReq(PacketPtr pkt) with the send statement: dapuSidePort->sendAtomic(pkt); for these port. On

Re: [gem5-users] Need Linux Kernel with 256 core for X86

2017-07-17 Thread F. A. Faisal
I tried to use only 4 core with the 2.6.28.4.smp kernel and even then I am getting the below errors from gem5. I think the current gem5 version is not capable to run the linux kernel 2.6.28.4.smp (from kernel.org or parsec.m5). Hence, please let me know what needful to be done to run the

[gem5-users] Gem5 running too slow, how to speed up

2017-07-17 Thread 赵智慧
Hello, I run an image processing program on gem5 with the SE mode. Using the command: ./build/X86/gem5.opt configs/example/se.py -c /home/zzh/code/test -o 7 -n 2 --mem-size=2048MB --caches --l2cache --l2_size 256kB --cpu-clock 1.46GHz --cpu-typ=DerivO3CPU But it has been running for 6

Re: [gem5-users] undefined reference to `vtable for Port

2017-07-17 Thread Neu, Markus
Thank you. Actually i had some incomplete declarations/definitions of virtual methods. Regards, Markus Neu Von: gem5-users im Auftrag von Oscar Rosell Gesendet: Samstag, 15. Juli 2017 18:39 An: gem5