PadFrame.mesa
Don Curry November 9, 1987 11:59:55 am PST
DIRECTORY Core;
PadFrame: CEDAR DEFINITIONS
~ BEGIN
NameExtractedPads: PROC[source, extracted: Core.CellType];
Names the extracted public pads based on source public. Uses bonding layer to find pads. Source must have Layout (which has subsequently been extracted). This procedure makes it possible to use tools which expect valid names on the public (eg. Mint).
END.