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.
 
PhysOrg.com
PhysOrg
engineering news on PhysOrg.com

>> Company pioneering new types of material for 3-D printer 'ink'
>> Student-built innovations to help improve and save lives
>> Researchers use light projector and single-pixel detectors to create 3-D images
Jan31-13, 01:52 AM   #2
 
Blog Entries: 1
Recognitions:
Science Advisor Science Advisor
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