jean28 Messages 83 Reaction score 0 Thread starter Jan 31, 2013 #1 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.
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.
MATLABdude Science Advisor Messages 1,664 Reaction score 6 Jan 31, 2013 #2 Consider that the XOR of A and B can be written as: (A OR B) AND ~(A AND B) And recall that NOR is ~(OR) and that NAND is ~(AND) (NOT OR and NOT AND) And that ~(~(A)) is just A Then you can use up that exact quantity and type of gate! Last edited: Jan 31, 2013
Consider that the XOR of A and B can be written as: (A OR B) AND ~(A AND B) And recall that NOR is ~(OR) and that NAND is ~(AND) (NOT OR and NOT AND) And that ~(~(A)) is just A Then you can use up that exact quantity and type of gate!