Priority Encoder:
It is a n encoder that includes the priority function
It two or more inputs are equal to 1 at the same time, the input having the highest priority will take the precedence.
'D3" is assigned with the highest priority
"D2" is assigned with the lowest priority\
Priority Order:
D3 > D2 > D1 > Do
Comments
Post a Comment