CohereSim: A Bus-based Cache Simulator
v3.3
A tool for education in computing - learn about coherence protocols, replacement policies, and SMP vs DSM
|
Declaration of the MemorySystem class. More...
#include "typedefs.h"
Go to the source code of this file.
Data Structures | |
class | MemorySystem |
The MemorySystem class connecting multiple caches and main memory. More... | |
Macros | |
#define | MAX_N_CACHES 0b10000000 |
The maximum number of caches supported by the current trace format (7 bit ID = 128 ID values) | |
#define | ADD_DIRECTORY_TO_CMD_LINE(dir_prot) |
Create a mapping in 'directory_map' from a string containing the class name to a factory method for the class. More... | |
Declaration of the MemorySystem class.
#define ADD_DIRECTORY_TO_CMD_LINE | ( | dir_prot | ) |
Create a mapping in 'directory_map' from a string containing the class name to a factory method for the class.
dir_prot | The directory protocol type |