Javier Bueno Hedo has uploaded a new patch set (#3) to the change originally created by Jairo Balart. ( https://gem5-review.googlesource.com/c/public/gem5/+/15317 )

Change subject: cpu: move TAGE predictor code to a base class not inheriting from BPredUnit.
......................................................................

cpu: move TAGE predictor code to a base class not inheriting from BPredUnit.

This base code can be used for TAGE-based indirect base predictors.

Change-Id: I2251b8b2d7f94124f9955f52b917dc3b064f090e
---
M src/cpu/pred/2bit_local.cc
M src/cpu/pred/2bit_local.hh
M src/cpu/pred/BranchPredictor.py
M src/cpu/pred/SConscript
M src/cpu/pred/bi_mode.cc
M src/cpu/pred/bi_mode.hh
M src/cpu/pred/bpred_unit.cc
M src/cpu/pred/bpred_unit.hh
M src/cpu/pred/ltage.cc
M src/cpu/pred/ltage.hh
M src/cpu/pred/tage.cc
M src/cpu/pred/tage.hh
A src/cpu/pred/tage_base.cc
A src/cpu/pred/tage_base.hh
M src/cpu/pred/tournament.cc
M src/cpu/pred/tournament.hh
16 files changed, 1,504 insertions(+), 1,062 deletions(-)


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/15317
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: I2251b8b2d7f94124f9955f52b917dc3b064f090e
Gerrit-Change-Number: 15317
Gerrit-PatchSet: 3
Gerrit-Owner: Jairo Balart <jairo.bal...@metempsy.com>
Gerrit-Assignee: Giacomo Travaglini <giacomo.travagl...@arm.com>
Gerrit-Reviewer: Giacomo Travaglini <giacomo.travagl...@arm.com>
Gerrit-Reviewer: Jairo Balart <jairo.bal...@metempsy.com>
Gerrit-Reviewer: Javier Bueno Hedo <javier.bu...@metempsy.com>
Gerrit-CC: Andreas Sandberg <andreas.sandb...@arm.com>
Gerrit-CC: Ilias Vougioukas <ilias.vougiou...@arm.com>
Gerrit-CC: Pau Cabre <pau.ca...@metempsy.com>
Gerrit-MessageType: newpatchset
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to