Simultaneous Elsif
The diagrams below draw one box per node kind, with one port per field. The edge colours say how a link is held; they are listed in full on the Fields page.
Iir_Kind_Simultaneous_Elsif
AMS-LRM17 11.11 Simultaneous if statement
simultaneous_if_statement ::=
[ /if/_label : ]
IF condition USE
simultaneous_statement_part
{ ELSIF condition USE
simultaneous_statement_part }
[ ELSE
simultaneous_statement_part ]
END USE [ /if/_label ];
Format: Short
Accessor |
Field |
Type |
Access |
Description |
|---|---|---|---|---|
|
|
ref |
Get/Set the statement in which TARGET appears. This is used to check if next/exit is in a loop. |
|
|
|
maybe ref |
Condition of a conditional_waveform, if_statement, elsif, while_loop_statement, next_statement or exit_statement. |
|
|
|
chain |
— |
|
|
|
owned |
— |
|
|
|
owned |
Set to True if Maybe_Ref fields are references. This cannot be shared with Has_Identifier_List as: Is_Ref is set to True on all items but the first, while Has_Identifier_List is set to True on all items but the last. Furthermore Is_Ref appears in nodes where Has_Identifier_List is not present. |
|
|
|
owned |
Layout flag: true if ‘end’ is followed by the identifier. |