summaryrefslogtreecommitdiff
path: root/configs/common/cores
diff options
context:
space:
mode:
authorPau Cabre <pau.cabre@metempsy.com>2018-11-07 23:22:05 +0100
committerPau Cabre <pau.cabre@metempsy.com>2018-11-17 16:57:58 +0000
commit439b68a21e5122df2e6d1b9aad7ac46af619cc75 (patch)
tree75e58c5261518891b4435912545ce3bdd33b9ddb /configs/common/cores
parentcb9fa244036772fc1d2c73fa2f4b10e98cd6e17a (diff)
downloadgem5-439b68a21e5122df2e6d1b9aad7ac46af619cc75.tar.xz
configs: Added an option for choosing branch predictor type
Added the parameter "--bp-type" to set the branch predictor type Added the parameter "--list-bp-types" to list all the available branch predictor types Change-Id: Ia6aae90c784aef359b6d8233c8383cd7a871aca1 Signed-off-by: Pau Cabre <pau.cabre@metempsy.com> Reviewed-on: https://gem5-review.googlesource.com/c/14015 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Diffstat (limited to 'configs/common/cores')
-rw-r--r--configs/common/cores/arm/HPI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/common/cores/arm/HPI.py b/configs/common/cores/arm/HPI.py
index a6f77af7f..2efb7dfec 100644
--- a/configs/common/cores/arm/HPI.py
+++ b/configs/common/cores/arm/HPI.py
@@ -1443,7 +1443,7 @@ class HPI(MinorCPU):
enableIdling = True
- branchPred = HPI_BP(numThreads = Parent.numThreads)
+ branchPred = HPI_BP()
itb = HPI_ITB()
dtb = HPI_DTB()