aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-13 19:20:43 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-13 19:20:43 +0100
commita13ef8cc10b50432300f2d376bcfa8fff24351b7 (patch)
treeccaa0fe5a8a526333f2234a75206a7fd1d8d1466 /src/vhdl/vhdl-nodes.ads
parent2143539b0943bc0917cb485c4571b8f9efe9df7f (diff)
downloadghdl-a13ef8cc10b50432300f2d376bcfa8fff24351b7.tar.gz
ghdl-a13ef8cc10b50432300f2d376bcfa8fff24351b7.tar.bz2
ghdl-a13ef8cc10b50432300f2d376bcfa8fff24351b7.zip
vhdl: recognize more std_logic_arith operations.
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r--src/vhdl/vhdl-nodes.ads38
1 files changed, 37 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index ed83cd157..56c231301 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -5751,7 +5751,43 @@ package Vhdl.Nodes is
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
+ Iir_Predefined_Ieee_Std_Logic_Arith_Conv_Vector_Log,
+
+ 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,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Mul_Uns_Sgn_Sgn,
+
+ Iir_Predefined_Ieee_Std_Logic_Arith_Mul_Uns_Uns_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Mul_Sgn_Sgn_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Mul_Sgn_Uns_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Mul_Uns_Sgn_Slv,
+
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Uns_Uns_Uns,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Sgn_Sgn_Sgn,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Uns_Sgn_Sgn,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Sgn_Uns_Sgn,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Uns_Int_Uns,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Int_Uns_Uns,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Sgn_Int_Sgn,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Int_Sgn_Sgn,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Uns_Log_Uns,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Log_Uns_Uns,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Sgn_Log_Sgn,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Log_Sgn_Sgn,
+
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Uns_Uns_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Sgn_Sgn_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Uns_Sgn_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Sgn_Uns_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Uns_Int_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Int_Uns_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Sgn_Int_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Int_Sgn_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Uns_Log_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Log_Uns_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Sgn_Log_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Arith_Add_Log_Sgn_Slv
);
-- Return TRUE iff FUNC is a short-cut predefined function.