[gem5-users] how to use two different replacement policies for L1 and L2 caches ?

2013-03-07 Thread SUBRAMANIAN M
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

[gem5-users] want to change replacement policy for L2 cache alone

2013-03-06 Thread SUBRAMANIAN M
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