Problem 3.2
1. Schematic
2. HSPICE Netlist
* Problem 3.2
* MOS model
.include p35_cmos_models_tt.inc
* main circuit
mn1 2 2 0 0 nmos L=0.4u W=10u
mn2 3 2 0 0 nmos L=0.4u W=10u
* current source
id 0 2 100u
* voltage source
v1 1 0 1
* analysis
.op
.dc v1 0 1 1m
* options
.options post
.end
“mn2 3 2 0 0 nmos L=0.4u W=10u” should be “mn2 1 2 0 0 nmos L=0.4u W=10u”