Hi, I would like to do L1Cache specific book-keeping in Classic Memory model. I understood that the cache is implemented in the cache_impl.hh. L1 and L2 caches are instances of Cache<TagStore>.
is there a isL1DCache() equivalent API/flag in cache_impl.hh that i can use to selectively instrument the cache_impl.hh file? One obvious way i though was that... I add an additional configuration parameter to the Cache (let say is_l1d) and set that in the python script appropriately. BR/Nizam
_______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users