Skip to content

Commit 72470ef

Browse files
committed
cpu-o3: test bank confict use new 1 bit shift
Change-Id: I608a50da30297fbc90de925374de5b34c2bdbf9d
1 parent a19dafe commit 72470ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpu/pred/BranchPredictor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ class BTBTAGE(TimedBaseBTBPredictor):
10571057
useAltOnNaSize = Param.Unsigned(128, "Size of the useAltOnNa table")
10581058
useAltOnNaWidth = Param.Unsigned(7, "Width of the useAltOnNa table")
10591059
numBanks = Param.Unsigned(4, "Number of banks for bank conflict simulation")
1060-
enableBankConflict = Param.Bool(False, "Enable bank conflict simulation")
1060+
enableBankConflict = Param.Bool(True, "Enable bank conflict simulation")
10611061
numDelay = 2
10621062

10631063
class MicroTAGE(BTBTAGE):

0 commit comments

Comments
 (0)