Hi,
I am using ALPHA_MESI_CMP and i want to use
two different replacement policies
for L1 and L2 caches. for L1 , LRU (which i learnt is default)
and for L2 i wanna
use MRU. i ve created MRU.hh and MRU.cc files,
exact replicas of LRU.hh and LRU.cc
files with the class names and few functions
Hi,
I am using ALPHA_MESI_CMP and i want to use two different
replacement policies
for L1 and L2 caches. for L1 , LRU (which i learnt is default)
and for L2 i wanna
use MRU. i ve created MRU.hh and MRU.cc files, exact
replicas of LRU.hh and LRU.cc
files with the class names and few functions