We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19dafe commit 72470efCopy full SHA for 72470ef
src/cpu/pred/BranchPredictor.py
@@ -1057,7 +1057,7 @@ class BTBTAGE(TimedBaseBTBPredictor):
1057
useAltOnNaSize = Param.Unsigned(128, "Size of the useAltOnNa table")
1058
useAltOnNaWidth = Param.Unsigned(7, "Width of the useAltOnNa table")
1059
numBanks = Param.Unsigned(4, "Number of banks for bank conflict simulation")
1060
- enableBankConflict = Param.Bool(False, "Enable bank conflict simulation")
+ enableBankConflict = Param.Bool(True, "Enable bank conflict simulation")
1061
numDelay = 2
1062
1063
class MicroTAGE(BTBTAGE):
0 commit comments