<> <> <> DIRECTORY Core; StoreLayout: CEDAR DEFINITIONS = BEGIN <> <<....>> <> CellType : TYPE = Core.CellType; ROPE: TYPE = Core.ROPE; Wire: TYPE = Core.Wire; <> StoreDesign: PROC [cellType: CellType, name: ROPE]; <> <<>> SetRetrieveLayout: PROC [cellType: CellType, name: ROPE]; <> <<>> END.