gem5 v23.0.0.0
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
46
47namespace gem5
48{
49
50struct BIPRPParams;
51
52namespace replacement_policy
53{
54
55class BIP : public LRU
56{
57 protected:
62 const unsigned btp;
63
64 public:
65 typedef BIPRPParams Params;
66 BIP(const Params &p);
67 ~BIP() = default;
68
76 void reset(const std::shared_ptr<ReplacementData>& replacement_data) const
77 override;
78};
79
80} // namespace replacement_policy
81} // namespace gem5
82
83#endif // __MEM_CACHE_REPLACEMENT_POLICIES_BIP_RP_HH__
const unsigned btp
Bimodal throtle parameter.
Definition bip_rp.hh:62
Copyright (c) 2018-2020 Inria All rights reserved.
Bitfield< 0 > p
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....

Generated on Mon Jul 10 2023 14:24:32 for gem5 by doxygen 1.9.7