edited by
483 views
0 votes
0 votes

Block set associative cache consists of a total of 64blocks divided into 4blocks sets .The main memory contains 4096blocks ,each consisting of 128 words.

  1. how many bits for Main memory
  2. how many bits for TAG,SET,WORD .

solution:

MM=block size*words

         2^12 * 2^7=19 bits   

TAG=9

SET=4

WORD=6 

is this correct method or not please correct me

edited by

Please log in or register to answer this question.

Related questions

–1 votes
–1 votes
1 answer
1
vupadhayayx86 asked Jun 13, 2018
919 views
What should be correct answer to this question?In solution it's option A in Carl hamacher text book it's B ? I am confused please help