aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-10 07:34:03 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-10 07:34:03 +0200
commit8be1c7f59f6f824ab3a90f9fe3767984c50c45b6 (patch)
tree713ab7b5d6bc47eb6e9aea9aab851fe48ce08a1c /src/vhdl/vhdl-nodes.ads
parentafedf0957ac9cdc0bc832e0b5947a3f92d79b1fb (diff)
downloadghdl-8be1c7f59f6f824ab3a90f9fe3767984c50c45b6.tar.gz
ghdl-8be1c7f59f6f824ab3a90f9fe3767984c50c45b6.tar.bz2
ghdl-8be1c7f59f6f824ab3a90f9fe3767984c50c45b6.zip
vhdl: recognize conv_unsigned from ieee.std_logic_arith.
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r--src/vhdl/vhdl-nodes.ads8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index 552325c07..840f0bb70 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -5085,7 +5085,13 @@ package Vhdl.Nodes is
Iir_Predefined_Ieee_Std_Logic_Unsigned_Ne_Slv_Slv,
Iir_Predefined_Ieee_Std_Logic_Unsigned_Ne_Slv_Int,
- Iir_Predefined_Ieee_Std_Logic_Unsigned_Ne_Int_Slv
+ Iir_Predefined_Ieee_Std_Logic_Unsigned_Ne_Int_Slv,
+
+ -- std_logic_arith (synopsys extention).
+ Iir_Predefined_Ieee_Std_Logic_Arith_Conv_Unsigned_Int,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Conv_Unsigned_Uns,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Conv_Unsigned_Sgn,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Conv_Unsigned_Log
);
-- Return TRUE iff FUNC is a short-cut predefined function.