<> <> <> <> <<>> <> <<>> DIRECTORY Core, CoreCreate, Sisyph, TilingClass; SCOps: CEDAR DEFINITIONS ~ BEGIN <> 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; <> <> ComLine: PROC [pattern: ROPE, cx: Sisyph.Context] RETURNS [ct: CellType]; END.