diff options
Diffstat (limited to 'src/vhdl/iirs.ads')
-rw-r--r-- | src/vhdl/iirs.ads | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vhdl/iirs.ads b/src/vhdl/iirs.ads index 8483ec68d..79356b3cd 100644 --- a/src/vhdl/iirs.ads +++ b/src/vhdl/iirs.ads @@ -407,6 +407,9 @@ package Iirs is -- -- Get/Set_Expr_Staticness (State1) + -- Iir_Kind_Unaffected_Waveform (Short) + -- The 'unaffected' reserved word when it appears in the sources. + ------------- -- Tuples -- ------------- @@ -3969,6 +3972,8 @@ package Iirs is Iir_Kind_Simple_Aggregate, Iir_Kind_Overflow_Literal, + Iir_Kind_Unaffected_Waveform, + -- Tuple, Iir_Kind_Waveform_Element, Iir_Kind_Conditional_Waveform, |