EEC210 Source-Follower Simulation - Problem Set #2, Problem 2 * * Specify the width & length in one place, for easier changes. * .param width=20u length=2u * * Power Supply * vdd vdd 0 5 * * Input * vi in 0 dc 3 ac 1 * * Test Circuit * m1 vdd in out 0 cmosn l=length w=width i1 out 0 200u r out 0 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