The repl param is only used for IIC.  All the other caches currently
support only LRU (hence the names).  The config/cache.hh file only controls
which models get compiled in, not which ones you use; that's controlled by
your python config script.

Steve

On Fri, Dec 2, 2011 at 10:48 PM, Mahmood Naderan <[email protected]>wrote:

> hi
> in this file http://grok.m5sim.org/xref/m5/src/mem/config/cache.hh, there
> are
>
> #define USE_CACHE_LRU 1
> #define USE_CACHE_FALRU 1
> #define USE_CACHE_IIC 1
>
> On the other hand, the default replacement policy in caches.py is set
> to NULL. So what replacement policy is used?
> --
> // Naderan *Mahmood;
> _______________________________________________
> gem5-users mailing list
> [email protected]
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to