Skip to content

Commit d6de129

Browse files
author
Cao Jiaming
committed
cpu-o3: aligin utage history longth
Change-Id: I265e792cce049f185d16d61db5c598bfa3621f9b
1 parent 8d5b2a9 commit d6de129

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
@@ -1076,7 +1076,7 @@ class MicroTAGE(TimedBaseBTBPredictor):
10761076
TTagPcShifts = VectorParam.Unsigned([1] * 4 ,"when the T0~Tn entry's tag generating, PC right shift")
10771077
blockSize = Param.Unsigned(32,"tage index function uses 32B aligned block address")
10781078

1079-
histLengths = VectorParam.Unsigned([5,9,17,27] ,"the BTB TAGE T0~Tn history length")
1079+
histLengths = VectorParam.Unsigned([5,9,16,24] ,"the BTB TAGE T0~Tn history length")
10801080
maxHistLen = Param.Unsigned(970,"The length of history passed from DBP")
10811081
numTablesToAlloc = Param.Unsigned(1,"The number of table to allocated each time")
10821082
numWays = Param.Unsigned(1, "Number of ways per set")

0 commit comments

Comments
 (0)