On Tue, 13 Nov 2012, Roberto Rodríguez-Rodríguez wrote:
Nilay thanks for your answer.
In the file src/mem/cache/BaseCache.py the replacement policy is set as
NULL (repl = Param.Repl(NULL, "replacement policy")), I have not found
where the policy is set to another policy for example LRU.
Why don't you grep for the word 'repl' and figure out how it is being
used? That should help you in understanding how a new policy can be put in
place.
--
Nilay
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users