Thank you Andreas. That was I was looking for. Best Regards Rodrigo
From: [email protected] To: [email protected] Date: Thu, 6 Mar 2014 00:25:22 +0000 Subject: Re: [gem5-users] Accessing CPU id from Cache Hi Rodrigo, It’s not going to be pretty, but you can always (ab)use the masterId in the request (pkt->req). That should give you enough information to identify the master that created the request. Andreas From: Rodrigo Reynolds Ramírez <[email protected]> Reply-To: gem5 users mailing list <[email protected]> Date: Wednesday, 5 March 2014 16:08 To: gem5-users <[email protected]> Subject: [gem5-users] Accessing CPU id from Cache Hello everyone, I need to access the cpu id from the cache replacement policy, I analyzed all the packet fields but none of them has information about the CPU id. Do you know is it possible? Thanks in advance Rodrigo -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2557590 ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2548782 _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
