Consider the circuit diagram below. What will happen if at some instant the inverter input is zero?
Asked
Active
Viewed 125 times
1
-
1[Ring oscillator](https://en.wikipedia.org/wiki/Ring_oscillator). Not a very good one though. – Eugene Sh. Jul 10 '19 at 18:46
-
I think oscillation is unlikely with just one inverter, but we really need to know what happens after "some instant"...is the input floating, driven to 0 with low impedance, driven to 0 with high impedance? – Elliot Alderson Jul 10 '19 at 21:04
2 Answers
0
It will become stable halfway between low and high because in that area the gate behaves like an amplifier. However, you can make this oscillate if you implement a full CMOS schmitt trigger instead of a regular NOT gate.

user3795717
- 384
- 1
- 3
0
If the signal pulling the input is strong enough (and the statement "at some instant is zero" implies this), both input and output will be low, because they're connected by a dead short.
Meanwhile, the inverter output will be trying to pull the output high (sourcing current). But because its drive is limited, it will still be low, by the same “at some instant“ definition given above.
This is how a real inverter would actually behave.

hacktastical
- 49,832
- 2
- 47
- 138