summaryrefslogtreecommitdiff
path: root/src/cpu/pred/BranchPredictor.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/pred/BranchPredictor.py')
-rw-r--r--src/cpu/pred/BranchPredictor.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/pred/BranchPredictor.py b/src/cpu/pred/BranchPredictor.py
index 0c1e9c284..4d7323e49 100644
--- a/src/cpu/pred/BranchPredictor.py
+++ b/src/cpu/pred/BranchPredictor.py
@@ -95,8 +95,8 @@ class TAGE(BranchPredictor):
cxx_header = "cpu/pred/tage.hh"
nHistoryTables = Param.Unsigned(7, "Number of history tables")
- minHist = Param.Unsigned(5, "Minimum history size of LTAGE")
- maxHist = Param.Unsigned(130, "Maximum history size of LTAGE")
+ minHist = Param.Unsigned(5, "Minimum history size of TAGE")
+ maxHist = Param.Unsigned(130, "Maximum history size of TAGE")
tagTableTagWidths = VectorParam.Unsigned(
[0, 9, 9, 10, 10, 11, 11, 12], "Tag size in TAGE tag tables")