summaryrefslogtreecommitdiff
path: root/src/mem/cache/prefetch/SConscript
diff options
context:
space:
mode:
authorJavier Bueno <javier.bueno@metempsy.com>2018-12-05 17:27:48 +0100
committerJavier Bueno Hedo <javier.bueno@metempsy.com>2019-02-12 14:06:19 +0000
commit626e8faf42db0c75a9f8d054487c411f7d35ccd4 (patch)
treeadab9929ef1f06de6be88e3c4f39bcfa362adb7b /src/mem/cache/prefetch/SConscript
parent9d4d620ef10eee49091244ec846cbc19a24ab411 (diff)
downloadgem5-626e8faf42db0c75a9f8d054487c411f7d35ccd4.tar.xz
mem-cache: Irregular Stream Buffer Prefetcher
Based in the description of the following publication: Akanksha Jain and Calvin Lin. 2013. Linearizing irregular memory accesses for improved correlated prefetching. In Proceedings of the 46th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO-46). ACM, New York, NY, USA, 247-259. Change-Id: Ibeb6abc93ca40ad634df6ed5cf8becb0a49d1165 Reviewed-on: https://gem5-review.googlesource.com/c/15215 Maintainer: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
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 a5d84fd20..0a209ff18 100644
--- a/src/mem/cache/prefetch/SConscript
+++ b/src/mem/cache/prefetch/SConscript
@@ -35,6 +35,7 @@ SimObject('Prefetcher.py')
Source('access_map_pattern_matching.cc')
Source('base.cc')
Source('delta_correlating_prediction_tables.cc')
+Source('irregular_stream_buffer.cc')
Source('queued.cc')
Source('signature_path.cc')
Source('signature_path_v2.cc')