-- File: [Cherry]<Thyme>Documentation>NMos4.0u75Inv.thy
-- Last edited by SChen, June 11, 1983  6:18 PM

library[MosModels];
library[StdFunctions];

circuit[Lambda← 2.0, Temp← 75]= {

!ThymeBasics.thy
!NMos4.0u75.thy

In, Out, Vdd:node;
powerSupply: voltage[Vdd, Gnd]= 5;

?:capacitor[Out, Gnd]= 0.001pF;
?:DTran[Out, Out, Vdd];
?:ETran[In, Gnd, Out];
?:RectWave[In| period← 80ns, width← 45ns, tRise← 5ns, tFall← 5ns, tDelay ← 35ns];
};

plot["Nmos Inverter (4 microns, 75C)", :1ns, -1, 6, In, Out];
run[tMax← 200ns, maxIter← 1000];