Question
Suppose we have a 16 block cache. Each block of the cache is one word wide. When a given program is executed, the processor reads
Suppose we have a 16 block cache. Each block of the cache is one word wide. When a given program is executed, the processor reads data from the following sequence of decimal addresses:
0, 15, 2, 8, 14, 15, 26, 2, 0, 19, 7, 10, 8, 14, 11
Show the contents of the cache at the end of the above reading operations if:
the cache is 2-way set associative
the cache is 4-way set associative
the cache is fully associative
The content at address 0 can be shown as [0]. Assume LRU (Least Recently Used) replacement algorithm is used for block replacement in the cache, and the cache is initially empty.
If possible can it please be done in the format: Block Address, Cache Index, Hit/Miss, Cache content after access
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started