35 #ifndef __MEM_CACHE_TAGS_SUPER_BLK_HH__ 36 #define __MEM_CACHE_TAGS_SUPER_BLK_HH__ 118 std::string
print()
const override;
152 bool canCoAllocate(
const std::size_t compressed_size)
const;
159 void setBlkSize(
const std::size_t blk_size);
162 #endif //__MEM_CACHE_TAGS_SUPER_BLK_HH__ void setDecompressionLatency(const Cycles lat)
Set number of cycles needed to decompress this block.
Cycles is a wrapper class for representing cycle counts, i.e.
CompressionBlk & operator=(const CompressionBlk &)=delete
A sector is composed of sub-blocks, and each sub-block has information regarding its sector and a poi...
Cycles getDecompressionLatency() const
Get number of cycles needed to decompress this block.
void setUncompressed()
Clear compression bit.
std::size_t _size
Set size, in bits, of this compressed block's data.
void setSizeBits(const std::size_t size)
Set size, in bits, of this compressed block's data.
std::size_t getSizeBits() const
A superblock is composed of sub-blocks, and each sub-block has information regarding its superblock a...
Copyright (c) 2018 Inria All rights reserved.
void setCompressed()
Set compression bit.
bool isCompressed() const
Check if this block holds compressed data.
Cycles _decompressionLatency
Number of cycles needed to decompress this block.
std::string print() const override
Pretty-print sector offset and other CacheBlk information.
std::size_t blkSize
Block size, in bytes.
A basic compression superblock.