Pads:
CEDAR
DEFINITIONS =
BEGIN OPEN Core;
Ports: Vdd, Gnd, Pad, nOutput
CreateBasicInputPad: PROC [design: Design] RETURNS [ct: CellType];
Ports: Vdd, Gnd, Pad, Output
CreateInputPad: PROC [design: Design] RETURNS [ct: CellType];
Ports: Vdd, Gnd, Pad, Output, nOutput
CreateDifferentialInputPad: PROC [design: Design] RETURNS [ct: CellType];
Ports: Vdd, Gnd, Read, nRead, Write, nWrite, Pad, Data
CreateBidirectionalPad: PROC [design: Design] RETURNS [ct: CellType];