virtual void setTag(Addr tag)
Set tag associated to this block.
std::string print() const override
Prints relevant information about this entry.
virtual bool matchTag(Addr tag, bool is_secure) const
Checks if the given tag information corresponds to this entry's.
virtual Addr getTag() const
Get tag associated to this block.
A tagged entry is an entry containing a tag.
virtual std::string print() const
Prints relevant information about this entry.
virtual void invalidate()
Invalidate the block.
virtual void insert(const Addr tag, const bool is_secure)
Insert the block by assigning it a tag and marking it valid.
A replaceable entry is a basic entry in a 2d table-like structure that needs to have replacement func...
bool isSecure() const
Check if this block holds data from the secure memory space.
virtual bool isValid() const
Checks if the entry is valid.