[gem5-users] Re: Regarding Cache Clusivity

2021-06-22 Thread Chongzhi Zhao via gem5-users
Hi gem5 community, Any suggestions on this topic? On Thu, May 27, 2021 at 11:29 AM Chongzhi Zhao wrote: > Update: > To enforce strict inclusivity, I changed BaseCache::handleEvictions() to > below (changes in bold font). I also added "fully_incl" to Enum in > Cache.py. > Would this make caches

[gem5-users] Re: Regarding Cache Clusivity

2021-05-27 Thread Chongzhi Zhao via gem5-users
Update: To enforce strict inclusivity, I changed BaseCache::handleEvictions() to below (changes in bold font). I also added "fully_incl" to Enum in Cache.py. Would this make caches strictly inclusive by back invalidation upon eviction? bool BaseCache::handleEvictions(std::vector _blks,