This project simulates a fully differential amplifier using the TSMC 180nm CMOS process in LTspice. It includes schematic, simulation setup, and waveform results for transient and AC analysis. The design meets key analog performance targets including gain, bandwidth, and slew rate.
tsmc_180nm/– Contains the TSMC 180nm model library file (tsmc_180nm.lib).schematic/– LTspice schematic file (DifferentialAmplifier.asc).netlist/– LTspice-exported netlist (.net).simulation/– Raw output files generated after simulation (.raw,.op.raw,.log).results/– Exported waveform plots and schematic screenshots (.jpg,.png).docs/– (To be added) PDF documentation with design specifications and design process.
- Technology: TSMC 180nm
- Supply Voltage: 1.8 V
- Load: 10 pF capacitive load
- Target Gain: 100 (differential mode)
- Input Common-Mode Range: 0.8 V – 1.6 V
- Slew Rate: ≥ 5 V/μs
- Unity-Gain Bandwidth (UGB): ≥ 5 MHz
- Tail node current: 50 μA
- W/L ratios:
- M1, M2: 9
- M3, M4: 17
- M0, M00: 6
-
Copy the model and symbol files to LTspice directories:
- Place
cmosn.asyandcmosp.asyinto:Documents/LTspice/lib/sym - Place
tsmc_180nm.libinto:Documents/LTspice/lib
- Place
-
Open the schematic:
schematic/DifferentialAmplifier.asc -
Update the
.libdirective path in the schematic to match your system's location oftsmc_180nm.lib. -
Uncomment the appropriate simulation directive (e.g.,
.tran,.ac) based on the desired analysis. -
Run the simulation in LTspice and observe outputs in the waveform viewer.


