Exp10 Cmos Inv PDF
Exp10 Cmos Inv PDF
EXPERIMENT: 10
AIM: To study the Voltage-Transfer Characteristics (VTC) of the Pseudo Load type of
NMOS transistor inverter and CMOS inverter with w =2u and l = 0.09u for
NMOS and w = 1u and l = 0.09u for PMOS. Also perform transient analysis for
both.
SOFTWARE: Ng spice
THEORY: Pseudo Load NMOS inverter:
A pseudo load NMOS inverter is a type of logic gate circuit that uses an NMOS transistor
as a load element to invert the output signal. It is called "pseudo" because the NMOS
transistor is not used as a switch, but rather as a resistive element.
When the input signal is low (0V), the NMOS transistor is turned off and the output voltage
is pulled up to Vdd through the load resistor, resulting in a high output signal (Vdd). When
the input signal is high (Vdd), the NMOS transistor is turned on and provides a low-
resistance path to ground, pulling the output voltage down to 0V, resulting in a low output
signal.
Note that this circuit has relatively slow switching speed compared to other types of
inverters because the NMOS transistor acts as a resistor, which causes a time delay during
the charging and discharging of the output node.
CMOS Inverter:
A CMOS inverter is a type of electronic circuit that is commonly used in digital logic
circuits. It is made up of a pair of complementary metal-oxide-semiconductor (CMOS)
transistors, one p-type and one n-type, connected in a particular configuration.
The CMOS inverter works by taking an input voltage and producing an output voltage that
Digital Integrated Circuit Rahul Jadav
U20EC090 EC: 304 DIC 2023
is the opposite of the input voltage. When the input voltage is high, the n-type transistor is
turned off, and the p-type transistor is turned on, allowing current to flow through the circuit
and producing a low output voltage. Conversely, when the input voltage is low, the p-type
transistor is turned off, and the n-type transistor is turned on, allowing current to flow
through the circuit in the opposite direction and producing a high output voltage.
One of the main advantages of the CMOS inverter is its low power consumption. Since the
transistors are only conducting when they need to be, very little power is wasted as heat.
Additionally, CMOS technology allows for high-speed operation and high noise immunity,
making it well-suited for use in digital circuits.
Circuit:
.control
run
plot V(vout)
hardcopy pract10_pseudoloadvtc.ps V(vout)
.endc
.end
.control
run
plot V(vout) v(vin)
Digital Integrated Circuit Rahul Jadav
U20EC090 EC: 304 DIC 2023
hardcopy pract10_transPseudo.ps V(vout) v(vin)
.endc
.end
.control
run
plot V(vout) v(vin)
hardcopy pract10_cmostransient.ps V(vout) v(vin)
.endc
.end
CALCULATION
CONCLUSION : After performing this experiment, we plotted Input and Output characteristics (VTC curve)
for pseudo NMOS and CMOS inverter and checked their functionality through transient
analysis.
SIGNATURE