<> <> <> DIRECTORY CoreCreate; CrossRAMPads: CEDAR DEFINITIONS = BEGIN OPEN CoreCreate; <> CreateBasicInputPad: PROC [design: Design] RETURNS [ct: CellType]; <> CreateInputPad: PROC [design: Design] RETURNS [ct: CellType]; <> CreateDifferentialInputPad: PROC [design: Design] RETURNS [ct: CellType]; <> CreateBidirectionalPad: PROC [design: Design] RETURNS [ct: CellType]; END.