An open API service indexing awesome lists of open source software.

https://github.com/vicentebolea/n-way-associative-cache

A simple simulator of an n-way associative cache
https://github.com/vicentebolea/n-way-associative-cache

associative-cache associative-map cache n-way n-way-cache

Last synced: 9 months ago
JSON representation

A simple simulator of an n-way associative cache

Awesome Lists containing this project

README

          

1. How to build
- Make

2. How to run
- ./cache_sim

3. Sample tests
- ./cache_sim 32 2 32 test.trace
Cache accesses = 10
Cache misss = 7
- ./cache_sim 32 2 32 ls.trace
Cache accesses = 382691
Cache misss = 27108