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
- Host: GitHub
- URL: https://github.com/vicentebolea/n-way-associative-cache
- Owner: vicentebolea
- License: apache-2.0
- Created: 2016-11-14T08:31:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T08:33:55.000Z (over 9 years ago)
- Last Synced: 2025-03-05T01:44:52.323Z (over 1 year ago)
- Topics: associative-cache, associative-map, cache, n-way, n-way-cache
- Language: C
- Size: 479 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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