in CO and Architecture
1,104 views
1 vote
1 vote
Given the following specifications for an external cache memory: four-way set associative; line size of two 16-bit words; able to accommodate a total of 4K 32-bit words from main memory; used with a 16-bit processor that issues 24-bit addresses. Show how cache interprets the processor’s addresses.
in CO and Architecture
1.1k views

4 Comments

TAG bits : 13 bits

set offset : 10 bits

word offset : 1 bit
0
0
edited by

Does this given solution makes any sense to you? It gives: 12-10-2. I have doubt especially for that word and byte select. Only diagram was given. No explanation 😑😞

0
0
I understood the diagram but what I don't understand is why they have an extra bit as byte select.

When physical address is given, its a reference to word not byte.
0
0
yup same doubt
0
0

Please log in or register to answer this question.

Related questions