908 views
0 votes
0 votes

Consider a cache as follows:

  • Direct mapped
  • 8 words total cache data size
  • 2 words block size

A sequence of memory read is performed in the order shown from the following  addresses: 
0 , 11 , 4 , 14 , 9 , 1 , 8 , 0 , 4 , 11.

Find No of compulsory misses and conflict misses and capacity misses.

Please log in or register to answer this question.

Related questions

1 votes
1 votes
0 answers
1
1 votes
1 votes
1 answer
2
pranab ray asked Nov 19, 2017
835 views
0 votes
0 votes
0 answers
3
bts1jimin asked Jan 17, 2019
455 views
here it is given byte addressable. So these locations refer to words or byte location. What are set, block fields here : number of words or number of bytes for these loca...