<> <> <<>> <> <> <> DIRECTORY CD USING [Design], Rope USING [ROPE] ; CDSilConversion: CEDAR DEFINITIONS ~ BEGIN LibraryFile: TYPE ~ [5..9]; <> ReadSilModel: PROC [name: Rope.ROPE] RETURNS [design: CD.Design _ NIL]; <> ReadSilLibrary: PROC [library: LibraryFile] RETURNS [cells: CD.Design _ NIL] <> <> <> <> <> <> END.