Skip to content

Simulates three different cache types, Direct Mapped, Fully Associative, and Set Associative, using an array of pre-determined memory accesses.

Notifications You must be signed in to change notification settings

cspyb/CacheSimulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CacheSimulator

Simulates three different cache types, Direct Mapped, Fully Associative, and Set Associative, using an array of pre-determined memory accesses.

Includes functions to print the states of the cache at any point in time.

About

Simulates three different cache types, Direct Mapped, Fully Associative, and Set Associative, using an array of pre-determined memory accesses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%