Parameters—Procedure Statement
This statement has the following parameters:
procname
Specifies the name of the procedure. For a global procedure, this name must be the one that you specified when you coded the procedure in OpenROAD Workbench.
For a local procedure, this name must match the name that was specified as localproceduredeclaration in a declare block for a global procedure or in an initialize statement for a frame script, field script, or user class script.
parameterlist
declareblock
beginendblock