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 5a71204b7..c6f4a9c2a 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -4965,6 +4965,14 @@ package Vhdl.Nodes is
Iir_Predefined_Ieee_Std_Logic_Unsigned_Le_Slv_Int,
Iir_Predefined_Ieee_Std_Logic_Unsigned_Le_Int_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Unsigned_Gt_Slv_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Unsigned_Gt_Slv_Int,
+ Iir_Predefined_Ieee_Std_Logic_Unsigned_Gt_Int_Slv,
+
+ Iir_Predefined_Ieee_Std_Logic_Unsigned_Ge_Slv_Slv,
+ Iir_Predefined_Ieee_Std_Logic_Unsigned_Ge_Slv_Int,
+ Iir_Predefined_Ieee_Std_Logic_Unsigned_Ge_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