34 #include "params/BIPRP.hh" 37 :
LRURP(p), btp(p->btp)
42 BIPRP::reset(
const std::shared_ptr<ReplacementData>& replacement_data)
const 44 std::shared_ptr<LRUReplData> casted_replacement_data =
45 std::static_pointer_cast<
LRUReplData>(replacement_data);
52 casted_replacement_data->lastTouchTick = 1;
59 return new BIPRP(
this);
BaseReplacementPolicyParams Params
Convenience typedef.
std::enable_if< std::is_integral< T >::value, T >::type random()
Use the SFINAE idiom to choose an implementation based on whether the type is integral or floating po...
LRU-specific implementation of replacement data.
Tick curTick()
The current simulated tick.
const unsigned btp
Bimodal throtle parameter.
void reset(const std::shared_ptr< ReplacementData > &replacement_data) const override
Reset replacement data for an entry.
BIPRP(const Params *p)
Construct and initiliaze this replacement policy.
Tick lastTouchTick
Tick on which the entry was last touched.
Copyright (c) 2018 Inria All rights reserved.