#include "mem/cache/replacement_policies/bip_rp.hh"
#include <memory>
#include "base/random.hh"
#include "params/BIPRP.hh"
#include "sim/core.hh"
Go to the source code of this file.