Look at access() and handleFill() functions in cache_impl.hh. Both of these two functions use memcpy to write data to L2 cache.
-----邮件原件----- 发件人: [email protected] [mailto:[email protected]] 代表 Oka Keitarou 发送时间: 2010年12月3日星期五 12:03 收件人: [email protected] 主题: [m5-users] How to get write block data to L2 cache Hi, I'd like to get the information of write block data to L2 cache. I found in srm/mem/cache/cache_impl.hh that "pkt->getPtr<uint8_t>" is pointer to data. so I want to add like following code. DPRINTF(Cache,"L2blkdata%x",*(pkt->getPtr<uint8_t>())) However I can't find where pkt is written to L2 cache. Could you tell me how can I get block data to L2 cache? thanks oka _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
