diode
Differences
This shows you the differences between two versions of the page.
Previous revision | |||
— | diode [2025/08/04 21:23] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | |||
+ | ====== CMOS ====== | ||
+ | |||
+ | FIXME: the polarity I came up with doesn' | ||
+ | |||
+ | N MOSFETs are usually considered completely off when for VGS < Vth and at least partially on otherwise. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Assuming Vin = VDD and Vout = 0V implies VGS = VDD. Cutoff mode requires VGS < Vth => VDD < Vth which is not true and so the device is not in cutoff mode. Next note that VDS = VGS and so checking for saturation mode if VDS > (VGS - Vth) => 0 > -Vth. As Vth > 0 the device is conducting. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Similarly, a P MOSFET is considered completely off when VGS > Vth and at least partially on otherwise. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Assuming Vin = VDD and Vout = 0V implies VGS = -VDD. Cutoff mode requires VGS > Vth => -VDD > Vth which is not true and so the device is not in cutoff mode. VDS = VGS and so in saturation mode if VDS < (VGS - Vth) => 0 < -Vth. As Vth < 0 the device is conducting. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | |||
+ | ====== References ====== | ||
+ | * http:// | ||