3. Statements : OpenROAD Language Statements : Callframe Statement : Parameters—Callframe Statement
 
Share this page                  
Parameters—Callframe Statement
This statement has the following parameters:
returnvariable
Specifies the name of a variable in the calling frame or procedure that receives the return value from the called frame. The data type of returnvariable must agree with the return type of the called frame, which is declared in the property sheet when you create the frame.
framename
Specifies the OpenROAD name of the frame you are calling. It is a dynamic name.
parameterlist
See NamedParameterList (see NamedParameterList).
withclause
See WithClause (see WithClause).