Skip to content

Multilevel cache simulator using C++. L1 and L2 cache write-back write-allocate policy with replacement policies like lru and fifo. L2 cache of type non-inclusive,inclusive and exclusive.

Notifications You must be signed in to change notification settings

advaitjavadekar/cache_simulator

Repository files navigation

cache_simulator

Multilevel cache simulator using C++. L1 and L2 cache write-back write-allocate policy with replacement policies like lru and fifo. L2 cache of type non-inclusive,inclusive and exclusive.

example trace file is check.t make it and run it using simulator parameters. L1 and L2 cache size and associativities and replacement policies. ./cache_sim 64 32768 4 262144 8 1 1 check.t

About

Multilevel cache simulator using C++. L1 and L2 cache write-back write-allocate policy with replacement policies like lru and fifo. L2 cache of type non-inclusive,inclusive and exclusive.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages