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:
@@ -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))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user