[gem5-users] Re: Running pthread in gem5 se mode

2022-07-10 Thread Aarya Chaumal
Hi Houssein, Can you send the compiled files for m5threads to me too? I am also facing issues compiling it. Thanks, Aarya. ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org

[gem5-users] Re: Can I use another c++ compiler to build gem5 ?

2022-07-10 Thread Renju Rajeev
thank you everyone. the patch which Gabriel sent has worked, and my compile has passed. On Wed, Jul 6, 2022 at 12:02 AM wrote: > Hi, > > Here is a patch from my personal modifications to SConstruct. It makes > scons use the system-wide cc/c++ aliases that you can rebind to your liking > with, e.

[gem5-users] Re: Bypassing L2 Cache for DMA memory requests

2022-07-10 Thread Zehan Gao
After some research, I found the following things related to the problem. In ARM architecture, the cache coherency can be managed by hardware. This would incur an overhead depending on the design, and in gem5 simulation the overhead is observed. The reference is https://developer.arm.com/docum