retagged by
686 views

2 Answers

1 votes
1 votes
It will depend upon associativity of cache suppose cache is k way associative.

That means k blocks are present in one set than 1 k×1 mux is required inorder to choose 1 block from k
1 votes
1 votes
We need  mux to select tag bits from the selected set, if we have T bit tag and K way set associative then we need T * K number of mux with mux size as 2^s x 1(for selecting a set )

Related questions

3 votes
3 votes
1 answer
1
Shubhanshu asked Aug 5, 2017
1,041 views
Draw the diagram which shows the mechanism of fetching the data in 2-way set associative mapping using multiplexer, comparator, and encoder?
1 votes
1 votes
1 answer
4