Skip to content

A cache of size S with CL as the number of cache lines and block size B is to be built. S, CL, and B are in powers of 2. Write a program that allows loading into cache and searching cache using: Direct mapping Associative memory n-way set associative memory where n is a power of 2. Any programming language (of your choice) can be used.

Notifications You must be signed in to change notification settings

Sarthakchandra/CacheSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

CacheSimulator

A cache of size S with CL as the number of cache lines and block size B is to be built. S, CL, and B are in powers of 2. Write a program that allows loading into cache and searching cache using: Direct mapping Associative memory n-way set associative memory where n is a power of 2. Any programming language (of your choice) can be used.

About

A cache of size S with CL as the number of cache lines and block size B is to be built. S, CL, and B are in powers of 2. Write a program that allows loading into cache and searching cache using: Direct mapping Associative memory n-way set associative memory where n is a power of 2. Any programming language (of your choice) can be used.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages