-- File: [Cherry]<Thyme>Documentation>NMos4.0u25Inv.thy -- Last edited by SChen, June 11, 1983 6:17 PM library[MosModels]; library[StdFunctions]; circuit[Lambda← 2.0, Temp← 25]= { !ThymeBasics.thy !NMos4.0u25.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, 25C)", :1ns, -1, 6, In, Out]; run[tMax← 200ns, maxIter← 1000];