gem5 v24.1.0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bip_rp.hh
Go to the documentation of this file.
1
42#ifndef __MEM_CACHE_REPLACEMENT_POLICIES_BIP_RP_HH__
43#define __MEM_CACHE_REPLACEMENT_POLICIES_BIP_RP_HH__
44
45#include "base/random.hh"
47
48namespace gem5
49{
50
51struct BIPRPParams;
52
53namespace replacement_policy
54{
55
56class BIP : public LRU
57{
58 protected:
63 const unsigned btp;
64
66
67 public:
68 typedef BIPRPParams Params;
69 BIP(const Params &p);
70 ~BIP() = default;
71
79 void reset(const std::shared_ptr<ReplacementData>& replacement_data) const
80 override;
81};
82
83} // namespace replacement_policy
84} // namespace gem5
85
86#endif // __MEM_CACHE_REPLACEMENT_POLICIES_BIP_RP_HH__
std::shared_ptr< Random > RandomPtr
Definition random.hh:65
static RandomPtr genRandom()
Definition random.hh:68
const unsigned btp
Bimodal throtle parameter.
Definition bip_rp.hh:63
Random::RandomPtr rng
Definition bip_rp.hh:65
Copyright (c) 2018-2020 Inria All rights reserved.
Bitfield< 0 > p
Copyright (c) 2024 Arm Limited All rights reserved.
Definition binary32.hh:36

Generated on Mon Jan 13 2025 04:28:38 for gem5 by doxygen 1.9.8