Multiple-Input Multiple-Output Exclusive-OR Circuit

07/11/2001


This circuit is interesting for several reasons.

Refer to this 4-Input 4-Output EOR schematic (PDF)

It is an "Exclusive-OR" Circuit because it will become active if ANY of the inputs go active high, but ONLY one at a time. A conventional OR with inputs "A" and "B" will go active if "A" OR "B" OR Both! An Exclusive-OR (EOR, XOR) with inputs "A" and "B" will go active if "A" OR "B" go active, but NOT Both.

Return to Digital Labs