1

simplified
(source: electronics-tutorials.ws)

open version
(source: electronics-tutorials.ws)

I want make this 3 input device 4 input legged. Any suggestions?

Glorfindel
  • 1,245
  • 3
  • 15
  • 20
dipylon
  • 35
  • 1
  • 4

1 Answers1

0

If all of the inputs are the same (all high or all low) the output will go high, otherwise the output will g0 low.

enter image description here

EM Fields
  • 17,377
  • 2
  • 19
  • 23
  • 1
    That's correct for the "other" type of XNOR gate, but the one pictured has "=1" in it, so it's a "one and only one input HIGH" style XNOR gate. – Majenko Mar 15 '15 at 11:46
  • @Majenko: AARGHHHH!!! – EM Fields Mar 15 '15 at 11:57
  • That's the problem with XNOR / XOR with more than 2 inputs - what does it really mean? – Majenko Mar 15 '15 at 12:06
  • I was confused, so I went looking for clarification and found [this.](http://www.nxp.com/documents/data_sheet/74LVC1G386.pdf) They use =1 also, but their truth table shows that when A is low, B,C, and Y make an XOR, but when A is high, B,C, and Y make an XNOR, so that: "one and only one input High" rule doesn't seem to be hard and fast. :) – EM Fields Mar 15 '15 at 12:39
  • We had a big long discussion about it all here not so long back: http://electronics.stackexchange.com/questions/93713/how-is-an-xor-with-more-than-2-inputs-supposed-to-work/93720#93720 – Majenko Mar 15 '15 at 12:40