- This topic has 5 replies, 3 voices, and was last updated 12 years, 4 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
|
Miscellaneous › Others › help me about the XOR circuitry
help.
anyone please??
we are assigned to make the circuit of the 6 logic gates. AND, OR, NAND, NOR, XOR, and XNOR. our proffesor said we must use transistors and diodes and resistors.
i have already made the first 4 gates, but XOR and XNOR is making me crazy.
could anyone share the the design of this gate?? thanks a lot
if i’m going o put an inverter to an or/nor, output will just result to an inverted output of or/nor.
the truth table for xor is
a b o
0 0 0
1 0 1
0 1 1
1 1 0
for xnor
a b o
0 0 1
0 1 0
1 0 0
1 1 1
thank you
thank you. it helped me alot.