SCExtras.mesa
Copyright Ó 1987 by Xerox Corporation. All rights reserved.
Ch Le Cocq, February 3, 1988
Christian Le Cocq February 3, 1988 3:32:07 pm PST
This interface is intended to allow SCImpl to be cut in two parts: one remaining SCImpl and containing the standard layout procs (a "minimal" SCImpl), and SCExtrasImpl containing the experimental stuff not needed by the majority of the users.
DIRECTORY
PWCore,
Rope;
SCExtras: CEDAR DEFINITIONS
~ BEGIN
StandardCellDecorate: PWCore.DecorateProc;
PROC [cellType: CellType, obj: Object]
StandardCellAttibutes: PWCore.AttributesProc;
PROC [cellType: Core.CellType]
technologyKey: ATOM;  -- $cmosA or $cmosB
libName: Rope.ROPE;
END.