BiasVoltageGenerator.thy
Last Edited by: Monier, July 9, 1985 2:21:58 pm PDT
CIRCUIT[Lambda ← 1, Temp ← 25] = {
out, Vdd, Vzero: node;
! ThymeBasics
! CMOS2.0u25C
powerSupply: voltage[Vdd, Gnd] = 5.0;
?: capacitor[out, Gnd] = 1pF;
vBiasTop: PETran[out, Vdd, out, Vdd | l ← 2, w ← 4];
vBiasBot: NETran[out, Gnd, out, Gnd | l ← 19, w ← 3];
prech: PETran[out, Vdd, Vzero, Vdd | l ← 2, w ← 4];
nandPullDown: NETran[Vdd, Gnd, Vzero, Gnd | l ← 16, w ← 8];
};
PLOT["CMOS Bias Voltage Generator (2 microns, 25 C)", :1ns, -1, 6, powerSupply^: -1uA, out, Vzero];
RUN[tMax ← 100ns];