Inverter.Rose
Barth, September 16, 1985 2:49:19 pm PDT
Imports RoseConvert;
Library Transistors;
CellType "Inverter"
PORTS [Vdd, Gnd<BIT, In<BIT, Out>BIT]
Expand
Cedar
[] ← RoseConvert.Instantiate[thisCell: thisCell, to: to];
Test InverterTest BlackBox
EndCellType