aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-11 07:55:43 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-11 07:55:43 +0200
commit06ee1499b50458cd23118b99b3727f8a08d847bd (patch)
treea907228fe0adafa7213f222fbbee96209e02c6f1 /src/vhdl/vhdl-nodes.ads
parentba140c09d7b9f21cbccdd29e1fdda67e110a38f0 (diff)
downloadghdl-06ee1499b50458cd23118b99b3727f8a08d847bd.tar.gz
ghdl-06ee1499b50458cd23118b99b3727f8a08d847bd.tar.bz2
ghdl-06ee1499b50458cd23118b99b3727f8a08d847bd.zip
vhdl: recognize ext/sxt from std_logic_arith.
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r--src/vhdl/vhdl-nodes.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index c6f7d0891..393780a3f 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -5782,6 +5782,9 @@ package Vhdl.Nodes is
Iir_Predefined_Ieee_Std_Logic_Arith_Conv_Vector_Sgn,
Iir_Predefined_Ieee_Std_Logic_Arith_Conv_Vector_Log,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Ext,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Sxt,
+
Iir_Predefined_Ieee_Std_Logic_Arith_Mul_Uns_Uns_Uns,
Iir_Predefined_Ieee_Std_Logic_Arith_Mul_Sgn_Sgn_Sgn,
Iir_Predefined_Ieee_Std_Logic_Arith_Mul_Sgn_Uns_Sgn,