aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r--src/vhdl/vhdl-nodes.ads6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index 84d8a7525..2e9e8c049 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -4880,6 +4880,12 @@ package Vhdl.Nodes is
Iir_Predefined_Ieee_Math_Real_Log2,
-- Std_Logic_Unsigned (synopsys extension).
+ Iir_Predefined_Ieee_Std_Logic_Unsigned_Add_Slv_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Unsigned_Add_Slv_Int,
+ Iir_Predefined_Ieee_Std_Logic_Unsigned_Add_Int_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Unsigned_Add_Slv_Sl,
+ Iir_Predefined_Ieee_Std_Logic_Unsigned_Add_Sl_Slv,
+
Iir_Predefined_Ieee_Std_Logic_Unsigned_Eq_Slv_Slv,
Iir_Predefined_Ieee_Std_Logic_Unsigned_Eq_Slv_Int,
Iir_Predefined_Ieee_Std_Logic_Unsigned_Eq_Int_Slv