mem-cache: Proactive Instruction Fetch Implementation
authorIvan Pizarro <ivan.pizarro@metempsy.com>
Mon, 25 Feb 2019 13:30:55 +0000 (14:30 +0100)
committerJavier Bueno Hedo <javier.bueno@metempsy.com>
Tue, 2 Apr 2019 10:38:39 +0000 (10:38 +0000)
commit4628d87e3abbcad0c5a95b6a4562b8ac8c6f4661
treebfc48023ee80f5b42b516e1c03cfb22e8e327706
parent283e092eda0b739a3c28bfa6293822e57ca67db6
mem-cache: Proactive Instruction Fetch Implementation

Ferdman, M., Kaynak, C., & Falsafi, B. (2011, December).
Proactive instruction fetch. In Proceedings of the 44th Annual IEEE/ACM
International Symposium on Microarchitecture (pp. 152-162). ACM.

Change-Id: I38c3ab30a94ab279f03e3d5936ce8ed118310c0e
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/16968
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
src/mem/cache/prefetch/Prefetcher.py
src/mem/cache/prefetch/SConscript
src/mem/cache/prefetch/pif.cc [new file with mode: 0644]
src/mem/cache/prefetch/pif.hh [new file with mode: 0644]