3. Statements : OpenROAD Language Statements : Procedure Statement : Parameters—Procedure Statement
 
Share this page                  
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
See NamedParameterListDefinition (see NamedParameterListDefinition).
declareblock
For a local procedure, see DeclareBlock (see DeclareBlock).
For a global procedure, see DeclareBlockWithProcedures (see DeclareBlockWithProcedures).
beginendblock
See BeginEndBlock (see BeginEndBlock).