From: Gabe Black Date: Sat, 26 Oct 2019 05:16:16 +0000 (-0700) Subject: configs: Update HPI to use ArmDTB and ArmITB. X-Git-Tag: v19.0.0.0~391 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=af48fb9373a16deecb04476fdcc7e5b7ffa3a63a;p=gem5.git configs: Update HPI to use ArmDTB and ArmITB. Change-Id: I67693e9d79e89f151e30c585ad565deac53c77c1 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/22203 Reviewed-by: Ciro Santilli Maintainer: Jason Lowe-Power Tested-by: kokoro --- diff --git a/configs/common/cores/arm/HPI.py b/configs/common/cores/arm/HPI.py index 01c088470..db8956c38 100644 --- a/configs/common/cores/arm/HPI.py +++ b/configs/common/cores/arm/HPI.py @@ -1334,10 +1334,10 @@ class HPI_FUPool(MinorFUPool): HPI_MiscFU() # 6 ] -class HPI_DTB(ArmTLB): +class HPI_DTB(ArmDTB): size = 256 -class HPI_ITB(ArmTLB): +class HPI_ITB(ArmITB): size = 256 class HPI_WalkCache(Cache):