edited by
975 views
1 votes
1 votes

A computer has 256 KB, 8 way set associative write back data cache with block size 16 bytes. The processor send 36 bit addresses to the cache controller. Each tag directory entry contains, in addition to tag address, 1 valid bit and 1 matching bit. The size of cache tag directory is ________ (in KB).


Given solution: 


My answer:

Exactly as above till here:

TAG Size = $23\ bits * 2^{14}$

                = $3\ bytes * 2^{14}$

                = 48 KB

edited by

Please log in or register to answer this question.

Related questions

5 votes
5 votes
1 answer
3