EEC210 Diff. Pair Simulation - Problem Set #3 Problem #2 * * Specify the width & length in one place, for easier changes. * .param width=200u length=2u * * Power Supply * vcc vcc 0 15 vee vee 0 -15 * * Input * vi in 0 dc 0 ac 1 * * Test Circuit * m1 vcc in source source cmosn l=length w=width m2 out 0 source source cmosn l=length w=width *Note that connecting the body to the source eliminate the body effect *as given in this problem rs source vee 10k rd vcc out 10k * * Models * .model cmosn nmos level=1 lambda=0.0 vto=0.7 kp=89.7u gamma=0.19 phi=0.6 * * Don't print the model parameters * .options nomod post * * Analysis * .op .tf v(out) vi .end