CohereSim: A Bus-based Cache Simulator
v3.3
A tool for education in computing - learn about coherence protocols, replacement policies, and SMP vs DSM
|
The format of a single trace. More...
#include <typedefs.h>
Data Fields | |
uint8_t | op |
The first byte of a trace; the 7-bit CPU ID combined with the 1-bit R/W mode. | |
addr_t | addr |
The address that is accessed. | |
The format of a single trace.