config: Use the corresponding HPI Caches when using the HPI cpu
authorJavier Bueno <javier.bueno@metempsy.com>
Wed, 27 Mar 2019 11:35:54 +0000 (12:35 +0100)
committerJavier Bueno Hedo <javier.bueno@metempsy.com>
Wed, 27 Mar 2019 12:49:31 +0000 (12:49 +0000)
commit9059aafbd3157f515d23b7ba5e89a2d1a8cfd41a
tree768a8c785fb1a37a1984f3001a01ce2141a97f73
parent78f1f4d8f9267b5345f5a34f113eabae2a2faac9
config: Use the corresponding HPI Caches when using the HPI cpu

The HPI cpu comes with specific cache definitions, but they
are ignored when using this cpu. This patch solves this in the same
way it is done for the O3_ARM_v7a cpu.

Change-Id: Iabf763291099d9508e3c5eac00b1e233cb38ce6b
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/17708
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
configs/common/CacheConfig.py