1,162 views

1 Answer

3 votes
3 votes
mux is not used in direct mapping. it is ised in set associative mapping or fully associative ie. for k-way set associative mapping k comparators are used  each of size(in bits) of tag field and one kx1 mux is used so that all the $k$ bit tags can be compared in parallel, and whichever is matching can be multiplexed to the output.

Related questions

3 votes
3 votes
1 answer
2
Shubhanshu asked Aug 5, 2017
1,020 views
Draw the diagram which shows the mechanism of fetching the data in 2-way set associative mapping using multiplexer, comparator, and encoder?
2 votes
2 votes
0 answers
4
AnilGoudar asked Oct 18, 2017
450 views
The direct mapped cache uses M main memory blocks and N cache blocks, for a given Physical Address it resulted T tag bits and placed in P cache block. Which main memory w...