There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A cache simulator that takes an image of memory and a memory trace as input, simulates the hit/miss behavior of a cache memory on this trace, and outputs the total number of hits, misses, and evictions for each cache type along with the content of each cache at the end.