-
Notifications
You must be signed in to change notification settings - Fork 0
Simulates a write through cache in C which takes memory access traces, generated by executing real programs, as inputs and determines if the access is a hit or miss. Uses prefetching on cache misses to increase the spatial locality of the cache. Uses the First In First Out replacement algorithm and simulates either a direct mapped cache, a fully…
rKotamraju/Cache-Simulator
About
Simulates a write through cache in C which takes memory access traces, generated by executing real programs, as inputs and determines if the access is a hit or miss. Uses prefetching on cache misses to increase the spatial locality of the cache. Uses the First In First Out replacement algorithm and simulates either a direct mapped cache, a fully…
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published