summaryrefslogtreecommitdiff
path: root/src/mem/cache/prefetch/SConscript
diff options
context:
space:
mode:
authorJavier Bueno <javier.bueno@metempsy.com>2018-12-13 12:08:35 +0100
committerJavier Bueno Hedo <javier.bueno@metempsy.com>2019-01-16 16:05:44 +0000
commit60995026786d7e8000d379c0f47c7ee36b9c2444 (patch)
tree0033d936bbf05dc5ea427aa738b03bc481750788 /src/mem/cache/prefetch/SConscript
parent3a3ad05aca43fb4dae1a0a9785549dcfc385af0d (diff)
downloadgem5-60995026786d7e8000d379c0f47c7ee36b9c2444.tar.xz
mem-cache: Access Map Pattern Matching Prefetcher
Implementation of the Access Map Pattern Matching prefetcher Based in the description of the following paper: Access map pattern matching for high performance data cache prefetch. Ishii, Y., Inaba, M., & Hiraki, K. (2011). Journal of Instruction-Level Parallelism, 13, 1-24. Change-Id: I0d4b7f7afc2ab4938bdd8755bfed26e26a28530c Reviewed-on: https://gem5-review.googlesource.com/c/15096 Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com> Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
Diffstat (limited to 'src/mem/cache/prefetch/SConscript')
-rw-r--r--src/mem/cache/prefetch/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/cache/prefetch/SConscript b/src/mem/cache/prefetch/SConscript
index ccbc2e3b8..b46158624 100644
--- a/src/mem/cache/prefetch/SConscript
+++ b/src/mem/cache/prefetch/SConscript
@@ -32,6 +32,7 @@ Import('*')
SimObject('Prefetcher.py')
+Source('access_map_pattern_matching.cc')
Source('base.cc')
Source('queued.cc')
Source('signature_path.cc')