What kind of NOT gate are you talking about?
Let's consider a typical NOT gate, which actively asserts both output logic levels.
If you connect the outputs of two such NOT gates, what is the output if one input is HI and the other is LO?
Now, what if you use a single-ended output stage, meaning that it can only actively pull the outputThank in one direction and things have to be passively pulled in the other? This is called wired logic.
Consider that if either input is LO, you want the output to be HI, independent of what the other input is. That means that you need each NOT gate to actively assert a HI if it's input is LO. Following from that is that you need the output to be passively pulled LO when both inputs are HI.
You might also look up information about RTL - Resistor-Transistor Logic. You can construct a single-transistor NAND gate with one PNP transistor and three resistors.
With only inverters, all you can get is NOT or buffers.If I understand it correctly with typical NOT gates I would get a NOR gate.
Nope.Thank you WBahn for your reply. If I understand it correctly with typical NOT gates I would get a NOR gate.