Declaration of a LRU tag store. More...
#include "mem/cache/tags/base_set_assoc.hh"
#include "params/LRU.hh"
Go to the source code of this file.
Declaration of a LRU tag store.
The LRU tags guarantee that the true least-recently-used way in a set will always be evicted.
Definition in file lru.hh.