mem: Replace SatCounter with SatCounter8 in the SHiP replacement policy.

Change-Id: Ibbc8e78df7119cdff62ad08b5c68f4237ca25cfe
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/51530
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Maintainer: Daniel Carvalho <odanrc@yahoo.com.br>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Gabe Black
2021-10-10 16:42:17 -07:00
parent 66db68359a
commit 7290bf52f3

View File

@@ -71,7 +71,7 @@ SHiP::SHiPReplData::wasReReferenced() const
SHiP::SHiP(const Params &p)
: BRRIP(p), insertionThreshold(p.insertion_threshold / 100.0),
SHCT(p.shct_size, SatCounter(numRRPVBits))
SHCT(p.shct_size, SatCounter8(numRRPVBits))
{
}