[gem5-users] Re: BasicPioDevice read() / write() not responding

2021-10-24 Thread diavastos--- via gem5-users
Hi, Thank you for the replies! I mapped the physical address of the device to a virtual address and marked it as uncacheable and did the trick for X86. So now using memcpy() I read/write from and to the device using it's mapped virtual address. However, for ARM it only works for read. Even if

[gem5-users] Knowing the number of response packets from the stats generated in gem5 v20+

2021-10-24 Thread Aritra Bagchi via gem5-users
Hi all, I am using the gem5 version 21. I can find stats such as *system.cpu.l2..overall_accesses::total* which indicates the total number of L2 cache accesses of a specific type. Could anyone tell what stats are in the stats.txt file for knowing a) the number of responses reaches "membus" from t