EcadOps.mesa
Copyright Ó 1987 by Xerox Corporation. All rights reserved.
Christian Le Cocq August 26, 1987 1:06:47 pm PDT
DIRECTORY
Rope;
EcadOps: CEDAR DEFINITIONS ~ BEGIN
WaitForOk: PROC[topCellName: Rope.ROPE] RETURNS[msg: Rope.ROPE];
waits for the return of the DRC output. Only one job at any time !
ExecuteRemoteECAD: PROC [topCellName, rulesFName: Rope.ROPE] RETURNS [errmsg: Rope.ROPE];
Sends the files and relevant commands to a Unix host, fetches the resulting files back. errmsg#NIL means that a failure occured during the transmission, not during the execution of ECAD itself.
END.