aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-11 18:42:01 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-11 18:42:01 +0100
commitcae204093418e82299b93af809007aadd4cde36d (patch)
tree7370a644f30f66ce7a94df0b49c4ede8d9e1f578 /src/vhdl/vhdl-nodes.ads
parent4c9651dfbb4aeb4bd22b1b6eb5436119f599f8e4 (diff)
downloadghdl-cae204093418e82299b93af809007aadd4cde36d.tar.gz
ghdl-cae204093418e82299b93af809007aadd4cde36d.tar.bz2
ghdl-cae204093418e82299b93af809007aadd4cde36d.zip
vhdl-ieee-std_logic_arith: recognize more conversions.
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r--src/vhdl/vhdl-nodes.ads7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index 54fba3db2..ed83cd157 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -5746,7 +5746,12 @@ package Vhdl.Nodes is
Iir_Predefined_Ieee_Std_Logic_Arith_Conv_Integer_Int,
Iir_Predefined_Ieee_Std_Logic_Arith_Conv_Integer_Uns,
Iir_Predefined_Ieee_Std_Logic_Arith_Conv_Integer_Sgn,
- Iir_Predefined_Ieee_Std_Logic_Arith_Conv_Integer_Log
+ Iir_Predefined_Ieee_Std_Logic_Arith_Conv_Integer_Log,
+
+ Iir_Predefined_Ieee_Std_Logic_Arith_Conv_Vector_Int,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Conv_Vector_Uns,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Conv_Vector_Sgn,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Conv_Vector_Log
);
-- Return TRUE iff FUNC is a short-cut predefined function.