Go to the documentation of this file.
34 #ifndef __MEM_CACHE_COMPRESSORS_PERFECT_COMPRESSOR_HH__
35 #define __MEM_CACHE_COMPRESSORS_PERFECT_COMPRESSOR_HH__
47 struct PerfectCompressorParams;
67 std::unique_ptr<CompressionData>
compress(
69 Cycles& decomp_lat)
override;
74 typedef PerfectCompressorParams
Params;
100 #endif //__MEM_CACHE_COMPRESSORS_PERFECT_COMPRESSOR_HH__
const Cycles compressionLatency
Number of cycles needed to perform compression.
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.
BaseCacheCompressorParams Params
CompData(const std::vector< Chunk > &chunks)
Default constructor that creates a copy of the original data.
Cycles is a wrapper class for representing cycle counts, i.e.
const Cycles decompressionLatency
Number of cycles needed to perform decompression.
Base cache compressor interface.
std::vector< Chunk > chunks
The original data is simply copied over to this vector.
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)
PerfectCompressorParams Params
void decompress(const CompressionData *comp_data, uint64_t *data) override
Apply the decompression process to the compressed data.
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 Wed May 4 2022 12:13:59 for gem5 by doxygen 1.8.17