|
CohereSim: A Bus-based Cache Simulator
v3.3
A tool for education in computing - learn about coherence protocols, replacement policies, and SMP vs DSM
|
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. | |
Cache line fields (without data field)