Content deleted Content added
Em3rgent0rdr (talk | contribs) Undid revision 1191878981 by Srisabarivasan (talk) previous short description slightly bettert..."Priority encoder" is useless in short description. |
→Recursive construction of priority encoders: move refs out of heading |
||
Line 36:
Priority encoders can be easily connected in arrays to make larger encoders, such as one 16-to-4 encoder made from six 4-to-2 priority encoders – four 4-to-2 encoders having the signal source connected to their inputs, and the two remaining encoders take the output of the first four as input.
== Recursive construction of priority encoders ==
A priority-encoder, also called leading zero detector (LZD) or leading zero counter (LZC), receives an <math>n</math>-bit input vector and detects the index of the first binary ‘1’ in the input vector. A valid signal indicates if any binary ‘1’ was detected in the input vector, hence the index is valid.
|