summaryrefslogtreecommitdiff
path: root/src/mem/cache/prefetch/SConscript
diff options
context:
space:
mode:
authorJavier Bueno <javier.bueno@metempsy.com>2019-03-07 15:42:10 +0100
committerJavier Bueno Hedo <javier.bueno@metempsy.com>2019-03-15 19:12:42 +0000
commitb496d4abcede94b0042c584cdedaee12cf541b7a (patch)
tree0470e172af881082b36af599a6f2fc83dfb2195e /src/mem/cache/prefetch/SConscript
parent993c26938cb73239838893e3f5e46635392ea488 (diff)
downloadgem5-b496d4abcede94b0042c584cdedaee12cf541b7a.tar.xz
mem-cache: Added the Indirect Memory Prefetcher
Reference: Xiangyao Yu, Christopher J. Hughes, Nadathur Satish, and Srinivas Devadas. 2015. IMP: indirect memory prefetcher. In Proceedings of the 48th International Symposium on Microarchitecture (MICRO-48). ACM, New York, NY, USA, 178-190. DOI: https://doi.org/10.1145/2830772.2830807 Change-Id: I52790f69c13ec55b8c1c8b9396ef9a1fb1be9797 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/16223 Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br> 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 c96ec4e34..f533b3c52 100644
--- a/src/mem/cache/prefetch/SConscript
+++ b/src/mem/cache/prefetch/SConscript
@@ -37,6 +37,7 @@ Source('base.cc')
Source('bop.cc')
Source('delta_correlating_prediction_tables.cc')
Source('irregular_stream_buffer.cc')
+Source('indirect_memory.cc')
Source('queued.cc')
Source('sbooe.cc')
Source('signature_path.cc')