Go to the documentation of this file.
37 #include "debug/CacheComp.hh"
39 #include "params/ZeroCompressor.hh"
60 std::unique_ptr<Base::CompressionData>
64 std::unique_ptr<Base::CompressionData> comp_data =
69 comp_data->setSizeBits(
blkSize * 8);
70 DPRINTF(CacheComp,
"Zero compression failed\n");
const std::size_t dictionarySize
Dictionary size.
A template version of the dictionary compressor that allows to choose the dictionary size.
std::vector< DictionaryEntry > dictionary
The dictionary.
void addToDictionary(DictionaryEntry data) override
BaseCacheCompressorParams Params
const std::size_t blkSize
Uncompressed cache line size (in bytes).
std::unique_ptr< Base::CompressionData > compress(const std::vector< Chunk > &chunks)
Apply compression.
std::unique_ptr< Base::CompressionData > compress(const std::vector< Base::Chunk > &chunks, Cycles &comp_lat, Cycles &decomp_lat) override
Apply the compression process to the cache line.
Cycles is a wrapper class for representing cycle counts, i.e.
std::size_t numEntries
Number of valid entries in the dictionary.
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)
DictionaryCompressor< uint64_t >::DictionaryEntry DictionaryEntry
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Generated on Tue Dec 21 2021 11:34:31 for gem5 by doxygen 1.8.17