gem5
|
Declaration of a random replacement tag store. More...
Go to the source code of this file.
Classes | |
class | RandomRepl |
Declaration of a random replacement tag store.
The RandomRepl tags first try to evict an invalid block. If no invalid blocks are found, a candidate for eviction is found at random.
Definition in file random_repl.hh.