This question already has an answer here:
What would a transistor level design of an XOR gate look like?
|
This question already has an answer here: What would a transistor level design of an XOR gate look like? |
|||||||||||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Given XOR = /A*B + A*/B you can build it out of the following: AND:
OR:
NOT:
But my favorite is:
where:
But the TG based design has limitations. You can't cascade them and must have a driven input and a CMOS load. |
|||||||
|