Was this helpful?
Case Statement
Selects one of several possible actions based on the value of an expression. The expression can be any valid OpenROAD data type.
Syntax:
case key of
          valuelist: statement | beginendblock
          {valuelist: statement | beginendblock}
endcase;
Last modified date: 12/20/2023