You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a cache simulator that takes a text file command line arg. Each line in the text file represents an address that is being indexed into the cache.
This is a cache simulator that takes a text file input. Each line in the text file represents an address that is being indexed into the cache.
Key Terms
Associativity
Hit rate
Cache size
Block size
About
This is a cache simulator that takes a text file command line arg. Each line in the text file represents an address that is being indexed into the cache.