Hi all,
 
I'm newbie of gem5.
I'd like to trace data of cache.
how can I get data of cache?
in Cache_impl.hh, should I add a new flag?
Could you explain what should I code in Cache_impl.hh?
ex) DPRINTF(Cache, "address %x : data %h",pkt->getAddr(),??);
 
thanks in advance.
 
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to