diff options
Diffstat (limited to 'src/mem/cache/prefetch/SConscript')
-rw-r--r-- | src/mem/cache/prefetch/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/cache/prefetch/SConscript b/src/mem/cache/prefetch/SConscript index f9582b580..a5d84fd20 100644 --- a/src/mem/cache/prefetch/SConscript +++ b/src/mem/cache/prefetch/SConscript @@ -34,6 +34,7 @@ SimObject('Prefetcher.py') Source('access_map_pattern_matching.cc') Source('base.cc') +Source('delta_correlating_prediction_tables.cc') Source('queued.cc') Source('signature_path.cc') Source('signature_path_v2.cc') |