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.ads8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index 2e9e8c049..ec354499d 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -4886,6 +4886,14 @@ package Vhdl.Nodes is
Iir_Predefined_Ieee_Std_Logic_Unsigned_Add_Slv_Sl,
Iir_Predefined_Ieee_Std_Logic_Unsigned_Add_Sl_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Unsigned_Lt_Slv_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Unsigned_Lt_Slv_Int,
+ Iir_Predefined_Ieee_Std_Logic_Unsigned_Lt_Int_Slv,
+
+ Iir_Predefined_Ieee_Std_Logic_Unsigned_Le_Slv_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Unsigned_Le_Slv_Int,
+ Iir_Predefined_Ieee_Std_Logic_Unsigned_Le_Int_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