[gem5-users] Re: Memory traces using CommMonitor

2023-02-15 Thread Sadhana . via gem5-users
Hai Ayaz, In addition to the previous query, is it possible to determine the page size supported during the simulation in SE mode. I understood that the commMonitor generates the physical address. Whether my understanding is correct. Since address length varies, I had doubts regarding this page siz

[gem5-users] Requestor ID of a Packet - How it is generated

2023-02-15 Thread Abdlerhman Abotaleb via gem5-users
I want to identify the source CPU# of a packet. I found a field called "pkt->requestorId()" This field originally can have the following options: "Source: gem5/src/mem/request.hh" wbRequestorId = 0, /* writeback requests by the caches */ funcRequestorId = 1, /*  functional