CohereSim: A Bus-based Cache Simulator
v3.3
A tool for education in computing - learn about coherence protocols, replacement policies, and SMP vs DSM
|
Files | |
file | fifo.cc |
Implementation of the FIFO replacement policy. | |
file | fifo.h [code] |
Declaration of the FIFO replacement policy. | |
file | lru.cc |
Implementation of the LRU replacement policy. | |
file | lru.h [code] |
Declaration of the LRU replacement policy. | |
file | replacement_policy.h [code] |
Declaration of the replacement policy base class. | |
file | rr.cc |
Implementation of the RR replacement policy. | |
file | rr.h [code] |
Declaration of the RR replacement policy. | |