Pau Cabre has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/14795 )

Change subject: cpu: Fixed typos in parameter/stats descriptions
......................................................................

cpu: Fixed typos in parameter/stats descriptions

Change-Id: I7b3274a3e37128da35f497da150af08343e97ee6
Signed-off-by: Pau Cabre <pau.ca...@metempsy.com>
Reviewed-on: https://gem5-review.googlesource.com/c/14795
Reviewed-by: Jason Lowe-Power <ja...@lowepower.com>
Reviewed-by: Ilias Vougioukas <ilias.vougiou...@arm.com>
Maintainer: Jason Lowe-Power <ja...@lowepower.com>
---
M src/cpu/pred/BranchPredictor.py
M src/cpu/pred/ltage.cc
2 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Jason Lowe-Power: Looks good to me, approved; Looks good to me, approved
  Ilias Vougioukas: Looks good to me, approved



diff --git a/src/cpu/pred/BranchPredictor.py b/src/cpu/pred/BranchPredictor.py
index 0c1e9c2..4d7323e 100644
--- a/src/cpu/pred/BranchPredictor.py
+++ b/src/cpu/pred/BranchPredictor.py
@@ -95,8 +95,8 @@
     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")
diff --git a/src/cpu/pred/ltage.cc b/src/cpu/pred/ltage.cc
index 8f332b3..56e1555 100644
--- a/src/cpu/pred/ltage.cc
+++ b/src/cpu/pred/ltage.cc
@@ -365,7 +365,7 @@

     loopPredictorWrong
         .name(name() + ".loopPredictorWrong")
-        .desc("Number of times the loop predictor is the provier and "
+        .desc("Number of times the loop predictor is the provider and "
               "the prediction is wrong");
 }


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/14795
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I7b3274a3e37128da35f497da150af08343e97ee6
Gerrit-Change-Number: 14795
Gerrit-PatchSet: 2
Gerrit-Owner: Pau Cabre <pau.ca...@metempsy.com>
Gerrit-Assignee: Ilias Vougioukas <ilias.vougiou...@arm.com>
Gerrit-Reviewer: Ilias Vougioukas <ilias.vougiou...@arm.com>
Gerrit-Reviewer: Jason Lowe-Power <ja...@lowepower.com>
Gerrit-Reviewer: Pau Cabre <pau.ca...@metempsy.com>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to