aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-06-20 08:33:42 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-20 08:33:42 +0200
commit76f0c844d07a3b0bdefed6aa066c2ab7fc2cf871 (patch)
treec8fbe5a60b416145b02345471c2c5383678f8eed /src/vhdl/vhdl-nodes.ads
parent401f8d3bb30e9c2b2a614ce31370faf870474ed7 (diff)
downloadghdl-76f0c844d07a3b0bdefed6aa066c2ab7fc2cf871.tar.gz
ghdl-76f0c844d07a3b0bdefed6aa066c2ab7fc2cf871.tar.bz2
ghdl-76f0c844d07a3b0bdefed6aa066c2ab7fc2cf871.zip
vhdl: recognize to_integer/to_signed/to_unsigned.
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r--src/vhdl/vhdl-nodes.ads7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index 6518fd7ef..f86047f93 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -4808,6 +4808,13 @@ package Vhdl.Nodes is
-- Numeric_Std.
-- Abbreviations:
-- Uns: Unsigned, Sgn: Signed, Nat: Natural, Int: Integer.
+ 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,
+ Iir_Predefined_Ieee_Numeric_Std_Touns_Nat_Uns_Uns,
+ Iir_Predefined_Ieee_Numeric_Std_Tosgn_Int_Nat_Sgn,
+ Iir_Predefined_Ieee_Numeric_Std_Tosgn_Int_Sgn_Sgn,
+
Iir_Predefined_Ieee_Numeric_Std_Add_Uns_Uns,
Iir_Predefined_Ieee_Numeric_Std_Add_Uns_Nat,
Iir_Predefined_Ieee_Numeric_Std_Add_Nat_Uns,