gem5
|
Declaration of a fully associative LRU tag store. More...
#include <list>
#include <unordered_map>
#include "mem/cache/base.hh"
#include "mem/cache/blk.hh"
#include "mem/cache/tags/base.hh"
#include "mem/packet.hh"
#include "params/FALRU.hh"
Go to the source code of this file.
Classes | |
class | FALRUBlk |
A fully associative cache block. More... | |
class | FALRU |
A fully associative LRU cache. More... | |