| New Reply |
How to design an XOR with these gates? |
Share Thread | Thread Tools |
| Jan31-13, 01:00 AM | #1 |
|
|
How to design an XOR with these gates?
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.
|
| Jan31-13, 01:52 AM | #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! |
| New Reply |
| Thread Tools | |
Similar Threads for: How to design an XOR with these gates?
|
||||
| Thread | Forum | Replies | ||
| Changing 3 input or gates into 2 input xnor gates | Engineering, Comp Sci, & Technology Homework | 2 | ||