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