Ask Question
26 July, 18:00

Design a 16-way set associative cache that has 512 blocks and 64 bytes per block. Assume a 32-bit address. Provide structure of the cache and the address format, similar as on Slide H47, but gates, multiplexers and comparators do not have to be included. Assume 4byte data.

+3
Answers (1)
  1. 26 July, 18:13
    0
    Check the explanation

    Explanation:

    Here we have 64 bytes per block so, n = 6

    no of blocks = 512 nad 16-way set associate cache so

    no of set = 29/24 i. e 5

    So if get any address and to get individual fields we need to as follows:

    Block Offset = Memory Address mod 2n

    Block Address = Memory Address / 2n

    Set Index = Block Address mod 2s
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Design a 16-way set associative cache that has 512 blocks and 64 bytes per block. Assume a 32-bit address. Provide structure of the cache ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers