Re: [gem5-users] Getting CPU id

2020-01-22 Thread Richard Brown
Hello Everyone, I checked that pkt->req->taskId() always returned 1024 (code for unknown) in handleFill and access functions, I checked the properties of cache_blk, packet and request and there is not a cpuId. Some body could guide me in the way I have to follow to add the cpu id in the memory

[gem5-users] Getting CPU id

2020-01-22 Thread Richard Brown
Hello everyone, I am working on cache filtering. So in an architecture with several cores each of them with its private caches (L1 and L2) and one shared LLC (L3), I need to identify the core from which a block that will be stored in L3 comes. I thought that using the method pkt->req->taskId() I