Electronics and Digital Circuit Project 2.0
Electronics and Digital Circuit Project 2.0
BATCH 2023-27
STUDENT NAME’S:
1] Sreejita Bharadwaj [23070123130]
2] Srihari Nair [23070123131]
3] Subham [23070123132]
4] Sumit Pandey [23070123133]
5] Sundaravadivelan Karthikeyan
[23070123136]
6]Sunidhi Choubey [23070123137]
ABSTRACT:
This report outlines the design and simulation of NOR and OR logic
gates using NMOS and PMOS transistors in LTSpice. These gates are
essential components in digital logic circuits. A NOR gate performs the
logical NOR operation, while an OR gate performs the OR operation.
Objective:
The primary objective of this project is to design and simulate:
1. A NOR gate using NMOS and PMOS transistors.
2. An OR gate using NMOS and PMOS transistors.
OR Gate:
An OR gate outputs high (1) when at least one of the inputs is high
(1). The truth table for a 2-input OR gate is as follows:
A B Y
0 0 0
0 1 1
1 0 1
1 1 1
MOSFET Logic Design:
NMOS Transistors: Conduct when the gate voltage is high (logic 1),
creating a low-resistance path between the drain and source.
PMOS Transistors: Conduct when the gate voltage is low (logic 0),
creating a low-resistance path between the drain and source.
In a NOR gate:
The NMOS transistors are connected in parallel for the OR operation.
The PMOS transistors are connected in series to invert the OR
operation (achieving NOR).
Schematic Diagram:
OR Gate Circuit Design:
Schematic Diagram:
NOR Gate Simulation Results:
The transient response of the NOR gate is shown in Figure below. The
simulation results match the expected truth table for a NOR gate. The
output is high (1) only when both inputs (A and B) are low (0). For all
other input combinations, the output is low (0).
Simulation Waveform:
OR Gate Simulation Results:
Simulation Waveform:
Conclusion:
In this project, we successfully designed and simulated NOR and OR
gates using NMOS and PMOS transistors in LTSpice. The NOR gate
was constructed using a series configuration of PMOS transistors and
a parallel configuration of NMOS transistors. The OR gate was derived
by inverting the output of the NOR gate.