mem-cache: Implement BDI sub-compressors
authorDaniel R. Carvalho <odanrc@yahoo.com.br>
Fri, 6 Sep 2019 16:36:25 +0000 (18:36 +0200)
committerDaniel Carvalho <odanrc@yahoo.com.br>
Mon, 4 Nov 2019 21:32:22 +0000 (21:32 +0000)
commit2cb1449ede402e3ad242ae97ee959a41683e8ca3
tree868ce68da99ceeba316b73fe333f47fee23432f3
parente41588297291580a99fdf9b7e434ba8145784889
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>
src/mem/cache/compressors/Compressors.py
src/mem/cache/compressors/SConscript
src/mem/cache/compressors/base_delta.cc [new file with mode: 0644]
src/mem/cache/compressors/base_delta.hh [new file with mode: 0644]
src/mem/cache/compressors/base_delta_impl.hh [new file with mode: 0644]
src/mem/cache/compressors/dictionary_compressor.hh