I realize pkt->isWrite() returns true when a writeback access is executed. I need to distiguish in the LLC when a store instruction is executed, I think this info is not present nor packet neither request. Rodrigo
From: [email protected] To: [email protected] Date: Thu, 16 May 2013 09:34:14 +0000 Subject: [gem5-users] About write instruction detection Hello every one, I have a question about how to detect a write instruction (store). I am working with cache algorithms, I can use pkt->isWrite(), but I don't know if it is true when the cache is written or when a write instruction is executed in L1 or both. I think it means both. I need to detect the write instructions in L1 for the LLC replacement algorithm. Thanks in advance Rodrigo _______________________________________________ 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
