cpu: Restructure RAS (#428)

This commit is contained in:
Andreas Sandberg
2023-10-17 19:14:13 +01:00
committed by GitHub
10 changed files with 508 additions and 172 deletions

View File

@@ -96,7 +96,7 @@ class U74FUPool(MinorFUPool):
class U74BP(TournamentBP):
btb = SimpleBTB(numEntries=32)
RASSize = 12
ras = ReturnAddrStack(numEntries=12)
localHistoryTableSize = 4096 # is 3.6 KiB but gem5 requires power of 2
localPredictorSize = 16384
globalPredictorSize = 16384