in CO and Architecture retagged by
1,602 views
4 votes
4 votes
how many comparator and multiplexer are required in set assosiative maping technique . ?? what i know till now is if it is p way set assosiative then p comparator will be required.. how many multiplexer will be required. ?
in CO and Architecture retagged by
by
1.6k views

2 Answers

4 votes
4 votes

Based on the set bits appropriate set circuitry is activated and the tag bits are fed into their respective 4bits-comparators in parallel along with the TAG bits from the address; The result from all comparators goes through a multi-input OR gate to denote hit/miss.

1 vote
1 vote
Number of comparators = no of lines in a set. (N way set associative will have N comparators)

Number of Multiplexers in parallel = No of bits in TAG field.

2 Comments

What is the purpose of MUX here?
0
0
MUX can be used to implement OR logic.
0
0