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 - Fork 1
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.
Sarthakchandra/CacheSimulator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published