Skip to content

Commit 444f903

Browse files
author
Cao Jiaming
committed
cpu-o3: Adjust MicroTAGE numWays parameter
Change-Id: Ifb85845ae323d6214e858c54193894ef30152509
1 parent 2e20e6c commit 444f903

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
@@ -1079,7 +1079,7 @@ class MicroTAGE(TimedBaseBTBPredictor):
10791079
histLengths = VectorParam.Unsigned([5, 29, 57, 107] ,"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")
1082-
numWays = Param.Unsigned(2, "Number of ways per set")
1082+
numWays = Param.Unsigned(1, "Number of ways per set")
10831083
maxBranchPositions = Param.Unsigned(32,"Maximum branch positions per 64-byte block")
10841084
useAltOnNaSize = Param.Unsigned(128,"Size of the useAltOnNa table")
10851085
useAltOnNaWidth = Param.Unsigned(7,"Width of the useAltOnNa table")

0 commit comments

Comments
 (0)