mem-cache: Create BIP Replacement Policy
authorDaniel R. Carvalho <odanrc@yahoo.com.br>
Mon, 12 Mar 2018 11:22:54 +0000 (12:22 +0100)
committerDaniel Carvalho <odanrc@yahoo.com.br>
Fri, 6 Apr 2018 07:59:22 +0000 (07:59 +0000)
commit65a703c6bf08217a7ca92d2c3f834de5c8ed98b0
tree108144ba9bb2821c6b79a2eff9e3a673f92547b6
parent50cc923f8cd708ae55042977085ecef4e6a261e5
mem-cache: Create BIP Replacement Policy

Implementation of a Bimodal Insertion Policy replacement policy.

Change-Id: Ife058d0d4310dbcb35858348006189f0b2bf7c37
Reviewed-on: https://gem5-review.googlesource.com/9003
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
src/mem/cache/replacement_policies/ReplacementPolicies.py
src/mem/cache/replacement_policies/SConscript
src/mem/cache/replacement_policies/bip_rp.cc [new file with mode: 0644]
src/mem/cache/replacement_policies/bip_rp.hh [new file with mode: 0644]