Lab 13
Lab 13
Lab 13
10
Design of 2-Bit DAC Using CMOS Technology
EQUIPMENT REQUIRED
Tanner/ Mentor Graphics-Pyxis, AMS, Calibre
Cadence Virtuoso (schematic editor, layout editor, simulator).
PDK: Ensure access to NMOS and PMOS models.
Basic Design Concept: Designing a 2-bit Digital-to-Analog Converter (DAC) using CMOS
technology involves creating a circuit that converts digital binary input signals into a corresponding analog
output voltage. A 2-bit DAC will have four possible input combinations (00, 01, 10, and 11) and will
generate corresponding output voltages. There are different architectures for implementing DACs, but one of
the simplest and most common methods is using a resistor ladder network. Here, we will discuss the design
using a Binary-Weighted Resistor DAC and CMOS switches.
Components Required
Use NMOS and PMOS transistors as switches to control the connection of each resistor to V_ref or ground
based on the digital input bits D1 and D0.
The digital input bits (D1, D0) control the CMOS switches.
Each bit corresponds to a specific resistor, and when the bit is high (1), the switch connects the
corresponding resistor to V_ref. When the bit is low (0), the switch connects the resistor to ground.
The output voltage Vout is the sum of the currents through each resistor, converted to a voltage
through the resistor network.
For a 2-bit DAC with input bits D1 and D0, the output voltage Vout can be expressed as:
VLSI Design Lab Lab13
10
Components
1. Resistor Network:
o Connect resistors in a binary-weighted manner. For a 2-bit DAC, you'll need
resistors R, 2R, and 4R.
2. Switches:
o Use NMOS and PMOS transistors controlled by the digital inputs D1 and D0 to
connect resistors to V_ref or ground.
3. Output Buffer:
o Add an operational amplifier to buffer the output voltage.
VLSI Design Lab Lab13
Task 1 Circuit Diagram: 10
VLSI Design Lab Lab13
Waveform: 10
VLSI Design Lab Lab13
Results and Discussion: 10