Quick: How to design XOR with these gates?

Thread Starter

jean28

Joined Sep 5, 2012
76
I need to design an XOR with 2 NANDS, 1 NOR, and 3 inverters. Is it possible? I can't seem to find how to do it now.
 

thatoneguy

Joined Feb 19, 2009
6,359
Yes, it is possible.

Look at the truth table of OR

Find the condition that is different from XOR

The rest should be straightforward.

(A'B)+(AB')
 
Top