425 views
0 votes
0 votes

Can anyone please solve this?

1 Answer

2 votes
2 votes

Cache size=256KB= 2^18

Block size=32 KB=2^5

Number of blocks=(2^18)/(2^5)=2^13 blocks

14 bit(Tag) 13bit(index) 5 bit(Offset)

Total entry=14+1+1+=17bit

Total size of tag memory=17bit*2^13=136Kb=136/8=17KB

Related questions

0 votes
0 votes
2 answers
1
rsansiya111 asked Dec 23, 2021
394 views
In designing a computer’s cache system,
0 votes
0 votes
1 answer
2
Devwritt asked Apr 29, 2017
1,784 views
If a 16-way Set Associative cache is made up of 64 bit words , 16 words per line and 8192 sets,How big is the cache in Megabytes ?
0 votes
0 votes
0 answers
4