config: Add flag options to set the hardware prefetchers to use
authorJavier Bueno <javier.bueno@metempsy.com>
Wed, 27 Mar 2019 13:19:52 +0000 (14:19 +0100)
committerJavier Bueno Hedo <javier.bueno@metempsy.com>
Wed, 24 Apr 2019 20:20:59 +0000 (20:20 +0000)
commit8f010ce138a9b09b0a30e3d53df88662045fcc29
tree22f16fd9a5201124be36af5882fe9cb0c49892c1
parent57667bad9f6e6920dfbe69b2afc9caaace58bcbe
config: Add flag options to set the hardware prefetchers to use

This patch adds three flag options to set the prefetcher class of the
L1i cache, L1d cache and L2 cache.

Change-Id: I310fcd9c49f9554d98cd565a32bdb96a3e165486
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/17709
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
configs/common/CacheConfig.py
configs/common/HWPConfig.py [new file with mode: 0644]
configs/common/Options.py