<> <> <> <<>> DIRECTORY Core; XilinxIO: CEDAR DEFINITIONS = BEGIN SaveCellType: PROC [cellType: Core.CellType, fileName: Core.ROPE _ NIL] RETURNS [multiplyDriven: LIST OF Core.ROPE _ NIL]; < fileName _ Rope.Cat[CoreOps.GetCellTypeName[cellType], ".xnf"]>> END.