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.ads7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index aa151c4d8..84d8a7525 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -4877,7 +4877,12 @@ package Vhdl.Nodes is
-- Math_Real
Iir_Predefined_Ieee_Math_Real_Ceil,
- Iir_Predefined_Ieee_Math_Real_Log2
+ Iir_Predefined_Ieee_Math_Real_Log2,
+
+ -- Std_Logic_Unsigned (synopsys extension).
+ 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
);
-- Return TRUE iff FUNC is a short-cut predefined function.