SCOps.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
Written by: Pradeep Sindhu, May 15, 1987 2:26:11 pm PDT
Pradeep Sindhu, May 15, 1987 2:39:05 pm PDT
Contains procs for constructing parts of the array.
DIRECTORY
Core, CoreCreate, Sisyph, TilingClass;
SCOps: CEDAR DEFINITIONS
~ BEGIN
Standard Defs
CellType : TYPE = Core.CellType;
Properties : TYPE = Core.Properties;
ROPE: TYPE = Core.ROPE;
Wire: TYPE = Core.Wire;
Wires: TYPE = Core.Wires;
PA: TYPE = CoreCreate.PA;
WR: TYPE = CoreCreate.WR;
Type Defs
Procs
ComLine: PROC [pattern: ROPE, cx: Sisyph.Context] RETURNS [ct: CellType];
END.