summaryrefslogtreecommitdiff
path: root/src/mem/cache/compressors/SConscript
diff options
context:
space:
mode:
authorDaniel R. Carvalho <odanrc@yahoo.com.br>2019-09-06 18:36:25 +0200
committerDaniel Carvalho <odanrc@yahoo.com.br>2019-11-04 21:32:22 +0000
commit2cb1449ede402e3ad242ae97ee959a41683e8ca3 (patch)
tree868ce68da99ceeba316b73fe333f47fee23432f3 /src/mem/cache/compressors/SConscript
parente41588297291580a99fdf9b7e434ba8145784889 (diff)
downloadgem5-2cb1449ede402e3ad242ae97ee959a41683e8ca3.tar.xz
mem-cache: Implement BDI sub-compressors
Implement sub-compressors of BDI as public compressors so that they can be used separately. Change-Id: I710e35f39f4abb82fd02fd33b1b86a3f214c12cb Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/21157 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu> Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Diffstat (limited to 'src/mem/cache/compressors/SConscript')
-rw-r--r--src/mem/cache/compressors/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/cache/compressors/SConscript b/src/mem/cache/compressors/SConscript
index 05c1edede..517ec522a 100644
--- a/src/mem/cache/compressors/SConscript
+++ b/src/mem/cache/compressors/SConscript
@@ -34,6 +34,7 @@ SimObject('Compressors.py')
Source('base.cc')
Source('base_dictionary_compressor.cc')
+Source('base_delta.cc')
Source('bdi.cc')
Source('cpack.cc')
Source('fpcd.cc')