Go to the documentation of this file.
38 #include "debug/CacheComp.hh"
39 #include "params/PerfectCompressor.hh"
44 :
Base(
p), compressedSize(8 * blkSize /
p.max_compression_ratio)
48 std::unique_ptr<Base::CompressionData>
53 std::unique_ptr<Base::CompressionData> comp_data(
new CompData(chunks));
const Cycles decompExtraLatency
Extra latency added to decompression due to packaging, shifting or other operations.
const int compressedSize
Size to which this compressor always compresses.
void decompress(const CompressionData *comp_data, uint64_t *data) override
Apply the decompression process to the compressed data.
void fromChunks(const std::vector< Chunk > &chunks, uint64_t *data) const
This function re-joins the chunks to recreate the original data.
Base cache compressor interface.
BaseCacheCompressorParams Params
std::unique_ptr< CompressionData > compress(const std::vector< Chunk > &chunks, Cycles &comp_lat, Cycles &decomp_lat) override
Apply the compression process to the cache line.
const Cycles compChunksPerCycle
Degree of parallelization of the compression process.
const Cycles compExtraLatency
Extra latency added to compression due to packaging, shifting or other operations.
Cycles is a wrapper class for representing cycle counts, i.e.
const Cycles decompChunksPerCycle
Degree of parallelization of the decompression process.
Generated on Tue Mar 23 2021 19:41:27 for gem5 by doxygen 1.8.17