Go to the documentation of this file.
38 #include "debug/CacheComp.hh"
39 #include "params/PerfectCompressor.hh"
49 :
Base(
p), compressedSize(8 * blkSize /
p.max_compression_ratio)
53 std::unique_ptr<Base::CompressionData>
58 std::unique_ptr<Base::CompressionData> comp_data(
new CompData(chunks));
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 decompChunksPerCycle
Degree of parallelization of the decompression process.
BaseCacheCompressorParams Params
const Cycles compExtraLatency
Extra latency added to compression due to packaging, shifting or other operations.
void fromChunks(const std::vector< Chunk > &chunks, uint64_t *data) const
This function re-joins the chunks to recreate the original data.
Cycles is a wrapper class for representing cycle counts, i.e.
const Cycles decompExtraLatency
Extra latency added to decompression due to packaging, shifting or other operations.
Base cache compressor interface.
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)
void decompress(const CompressionData *comp_data, uint64_t *data) override
Apply the decompression process to the compressed data.
const Cycles compChunksPerCycle
Degree of parallelization of the compression process.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
const int compressedSize
Size to which this compressor always compresses.
Generated on Thu Jun 16 2022 10:41:55 for gem5 by doxygen 1.8.17