<> <> <> <<>> DIRECTORY CD USING [Instance, Design], Rope USING [ROPE]; EcadOps: CEDAR DEFINITIONS ~ BEGIN CheckDRC: PROC [instance: CD.Instance, design: CD.Design, rules: Rope.ROPE] RETURNS [noErrors: BOOLEAN]; <> <<>> ExecuteRemoteECAD: PROC [topCellName, rules: Rope.ROPE] RETURNS [errmsg: Rope.ROPE]; < see WaitForOk.>> <<>> noError: Rope.ROPE; --the message of ExecuteRemoteECAD for no errors <<>> WaitForOk: PROC[topCellName: Rope.ROPE] RETURNS [msg: Rope.ROPE]; <> <> <<>> END.