diff options
Diffstat (limited to 'src/vhdl')
-rw-r--r-- | src/vhdl/vhdl-nodes.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads index f44f6c4e0..a884f7b9d 100644 --- a/src/vhdl/vhdl-nodes.ads +++ b/src/vhdl/vhdl-nodes.ads @@ -4880,6 +4880,8 @@ package Vhdl.Nodes is -- Numeric_Std. -- Abbreviations: -- Uns: Unsigned, Sgn: Signed, Nat: Natural, Int: Integer. + + -- To_Integer, To_Unsigned, to_Signed Iir_Predefined_Ieee_Numeric_Std_Toint_Uns_Nat, Iir_Predefined_Ieee_Numeric_Std_Toint_Sgn_Int, Iir_Predefined_Ieee_Numeric_Std_Touns_Nat_Nat_Uns, |