Skip to content

This project simulates a single level, N-way set associative cache for a given block size, using LRU replacement, tracking metrics such as write/read misses/hits and write backs.

Notifications You must be signed in to change notification settings

svia3/ECE-3056-Cache-Model

Repository files navigation

ECE3056 - Cache Model

This program models a sequence of write misses, hits, on varying sizes of an LRU cache to be used for realization of cache design and tradeoffs in structure and access parameters. This was written for ECE_3056, an advanced junior level class at the Georgia Institute of Technology.

Contributing

  • Template and shell: ECE_3056 Professor Sudhakar Yalamanchili

Authors

  • Stephen Via - Initial work - svia3

About

This project simulates a single level, N-way set associative cache for a given block size, using LRU replacement, tracking metrics such as write/read misses/hits and write backs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published