CoreRecastCache.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
Christian LeCocq October 2, 1986 9:28:39 am PDT
Manages a Core recast cache, and keeps track of the bonding beetween publics.
CoreRecastCache: CEDAR DEFINITIONS
~
BEGIN
ToBasic:
PUBLIC
PROC [cellType: Core.CellType]
RETURNS [basic: Core.CellType];
BackAnnotateWires:
PUBLIC
PROC [cellType: Core.CellType];
END.