We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f84a311 commit d97449cCopy full SHA for d97449c
src/cpu/pred/BranchPredictor.py
@@ -1000,7 +1000,7 @@ class AheadBTB(TimedBaseBTBPredictor):
1000
entryHalfAligned = Param.Bool(False, "Whether the entries are half-aligned")
1001
blockSize = 64
1002
numDelay = 0
1003
- usingS3Pred = Param.Bool(True, "Whether using S3 predictor to update AheadBTB")
+ usingS3Pred = Param.Bool(False, "Whether using S3 predictor to update AheadBTB")
1004
1005
class UBTB(TimedBaseBTBPredictor):
1006
type = 'UBTB'
0 commit comments