System Reference Summary
>
System Reference Summary
>
Statements
>
OpenROAD Language Statements
>
If-Then-Else Statement
Was this helpful?
If-Then-Else Statement
Chooses between alternative paths of execution.
Syntax:
if
condition
then
statementlist
[{
elseif
condition
then
statementlist
}]
[
else
statementlist
]
endif;
Last modified date: 12/20/2023
This site works best with JavaScript enabled