--ToyBus.thy -- Last Edited by: Neil Gunther July 25, 1986 7:15:50 pm PDT CIRCUIT[Lambda _ 1, TDegC _ 25] = { Vdd: Node; ! /DATools/DATools6.1/Thyme/SignalGenerators.thy ! /DATools/DATools6.1/Thyme/BSim.thy ! ///Users/gunther.pa/chips/Jasmine.thy powerSupply: voltage[Vdd, Gnd] = 5.0; n1, n2, n3, g1, g2: Node; QP1: CTran[g1, n2, Gnd| L _ 4, W _ 80, sdExtend _ 5]; --pE R1: Resistor[n2, n3] = 0.01225K; QN1: ETran[g2, n3, Gnd| L _ 4, W _ 80, sdExtend _ 5]; --nE busDriver: TwoStageBuffer[n1]; sw1: RectWave[g1 | OnLevel _ 5V, OffLevel _ 0V, period _ 10ns, width _ 5ns, tRise _ 1ns, tFall _ 2ns, tDelay _ 0ns]; sw2: RectWave[g2 | OnLevel _ 5V, OffLevel _ 0V, period _ 10ns, width _ 5ns, tRise _ 1ns, tFall _ 2ns, tDelay _ 5ns]; }; PLOT["Jasmine: Toy Bus", :1ns, -1, 6, powerSupply^: 2mA, n1, n3]; RUN[tMin _ 0ns, tMax _ 100ns]; Ê—˜J˜ J˜