47 const int src_master_ID,
const uint32_t task_ID)
78 const std::string &prefix)
const 80 ccprintf(os,
"%sblk %c%c%c%c\n", prefix,
81 blk->isValid() ?
'V' :
'-',
82 blk->isWritable() ?
'E' :
'-',
83 blk->isDirty() ?
'M' :
'-',
84 blk->isSecure() ?
'S' :
'-');
void ccprintf(cp::Print &print)
State status
The current status of this block.
virtual void setValid()
Set valid bit.
Addr tag
Data block tag value.
unsigned refCount
Number of references to this block since it was brought in.
virtual void setSecure()
Set secure bit.
Tick tickInserted
Tick on which the block was inserted in the cache.
Tick curTick()
The current simulated tick.
virtual void insert(const Addr tag, const bool is_secure, const int src_master_ID, const uint32_t task_ID)
Set member variables when a block insertion occurs.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
Definitions of a simple cache block class.
int srcMasterId
holds the source requestor ID for this block.
uint32_t task_id
Task Id associated with this block.
void print(std::ostream &o, int verbosity=0, const std::string &prefix="") const