#include "mem/cache/replacement_policies/fifo_rp.hh"
#include <cassert>
#include <memory>
#include "params/FIFORP.hh"
#include "sim/core.hh"
Go to the source code of this file.