Skip to content

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…

Notifications You must be signed in to change notification settings

rKotamraju/Cache-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

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

No packages published

Languages