CohereSim: A Bus-based Cache Simulator  v3.3
A tool for education in computing - learn about coherence protocols, replacement policies, and SMP vs DSM
Data Fields
cache_line Struct Reference

Cache line fields (without data field) More...

#include <typedefs.h>

Data Fields

tag_t tag
 Tag of the line.
 
state_e state
 State the line is in.
 
size_t timestamp
 The timestamp of the last write to the cache line.
 

Detailed Description

Cache line fields (without data field)


The documentation for this struct was generated from the following file: