mem-cache: Signature Path Prefetcher

Related paper:
  Lookahead Prefetching with Signature Path
  J Kim, PV Gratz, ALN Reddy
  The 2nd Data Prefetching Championship (DPC2), 2015

Change-Id: I2319be2fa409f955f65e1bf1e1bb2d6d9a4fea11
Reviewed-on: https://gem5-review.googlesource.com/c/14737
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
This commit is contained in:
Javier Bueno
2018-11-29 16:59:16 +01:00
committed by Javier Bueno Hedo
parent afa039d0c0
commit 3a3ad05aca
6 changed files with 839 additions and 1 deletions

View File

@@ -34,6 +34,6 @@ SimObject('Prefetcher.py')
Source('base.cc')
Source('queued.cc')
Source('signature_path.cc')
Source('stride.cc')
Source('tagged.cc')