-- File: [Cherry]Documentation>CMos2.0u25Inv.thy -- Last edited by SChen, June 11, 1983 6:25 PM library[mosmodels]; library[stdfunctions]; circuit[Lambda_ 2, Temp_ 25]= { !ThymeBasics.thy !Cmos2.0u25.thy in, out, Vdd: node; powerSupply: voltage[Vdd, Gnd]= 5.0; ?:capacitor[out, Gnd]= 0.001pF; ?:PETran[in, Vdd, out, Vdd| l_ 2, w_ 4, as_ 60, ad_ 60, ps_ 34, pd_ 34]; ?:NETran[in, Gnd, out, Gnd| l_ 4, w_ 2, as_ 30, ad_ 30, ps_ 32, pd_ 32]; ?:RectWave[in| period_ 30ns, width_ 16ns, tRise_ 1ns, tFall_ 1ns, tDelay_ 14ns]; }; plot["Cmos Inverter (2 microns, 25 C)", :0.5ns, -1, 6, in, out]; run[tMax_ 100ns];