diff options
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r-- | src/vhdl/vhdl-nodes.ads | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads index 4a9fc797f..9dee8320a 100644 --- a/src/vhdl/vhdl-nodes.ads +++ b/src/vhdl/vhdl-nodes.ads @@ -5205,8 +5205,8 @@ package Vhdl.Nodes is Iir_Kind_Ztf_Attribute, Iir_Kind_Dot_Attribute, Iir_Kind_Integ_Attribute, - Iir_Kind_Above_Attribute, Iir_Kind_Quantity_Delayed_Attribute, + Iir_Kind_Above_Attribute, Iir_Kind_Delayed_Attribute, -- signal_attribute Iir_Kind_Stable_Attribute, -- signal_attribute Iir_Kind_Quiet_Attribute, -- signal_attribute @@ -6944,8 +6944,8 @@ package Vhdl.Nodes is --Iir_Kind_Ztf_Attribute --Iir_Kind_Dot_Attribute --Iir_Kind_Integ_Attribute - --Iir_Kind_Above_Attribute --Iir_Kind_Quantity_Delayed_Attribute + --Iir_Kind_Above_Attribute --Iir_Kind_Delayed_Attribute --Iir_Kind_Stable_Attribute --Iir_Kind_Quiet_Attribute @@ -7016,6 +7016,14 @@ package Vhdl.Nodes is --Iir_Kind_Quiet_Attribute Iir_Kind_Transaction_Attribute; + -- Same as Iir_Kinds_Signal_Attribute but with 'Above. + subtype Iir_Kinds_AMS_Signal_Attribute is Iir_Kind range + Iir_Kind_Above_Attribute .. + --Iir_Kind_Delayed_Attribute + --Iir_Kind_Stable_Attribute + --Iir_Kind_Quiet_Attribute + Iir_Kind_Transaction_Attribute; + subtype Iir_Kinds_Signal_Value_Attribute is Iir_Kind range Iir_Kind_Event_Attribute .. --Iir_Kind_Active_Attribute |