[gem5-users] Re: Memory Addresses in Gem5

2020-08-11 Thread ABD ALRHMAN ABO ALKHEEL via gem5-users
Hi, Thank you for your email. Do you have any idea how to construct a packet with a request to read from the memory address? For instance, let us assume that the address that I want to read the data from it is (0x2345), I want to read the 256 bytes of this address (0x2300-0x23ff)? I want to

[gem5-users] Re: Memory Addresses in Gem5

2020-08-11 Thread Ahmed, Md Rubel via gem5-users
Hi, pkt->getAddr() returns memory address. pkt->print() also returns block address and offset. Thanks From: ABD ALRHMAN ABO ALKHEEL via gem5-users Sent: Tuesday, August 11, 2020 6:32 PM To: gem5 users mailing list ; gem5-users Cc: ABD ALRHMAN ABO ALKHEEL

[gem5-users] Memory Addresses in Gem5

2020-08-11 Thread ABD ALRHMAN ABO ALKHEEL via gem5-users
Hi All, Does the packet in gem5 have the memory address? for example, does this pkt->getAddr() return the memory address or not? If so, is that address physical or virtual? Thanks ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send

[gem5-users] Modifying MinorCPU to be slightly out of order for some memory instructions

2020-08-11 Thread Muhammad Aamir via gem5-users
Hi everyone, I have been modifying the MinorCPU to be like an out of order CPU for certain memory instructions. My modification involved this "instructions" to not stall the pipeline and allow the cpu to continue processing other instructions. Coming to the problem that I am facing is that when

[gem5-users] Re: Error only occurs with higher number of clusters and cpus

2020-08-11 Thread Ciro Santilli via gem5-users
We have to understand the root cause to be sure, it often happens that memory errors are just hidden by random changes. Let's move all discussion to that ticket. I've started dumping some logs for it and linked to the ticket BTW. From: Sebastian Block Sent:

[gem5-users] posting

2020-08-11 Thread masi suji via gem5-users
my emailid is sujim...@gmail.com regards sujatha ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

[gem5-users] Re: Error only occurs with higher number of clusters and cpus

2020-08-11 Thread Sebastian Block via gem5-users
The error seems to relate to the kernel used. I build a new kernel (gem5: Building ARM Kernel) and now I'm able to simulate even more cpus. The kernel i used is the v4.14 version. Am Freitag, 7. August 2020, 20:08:10 MESZ hat Sebastian Block Folgendes geschrieben: Thank you very