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.ads42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index 1305632d7..c7bec2747 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -5553,6 +5553,48 @@ package Vhdl.Nodes is
Iir_Predefined_Ieee_Numeric_Std_Ne_Sgn_Int,
Iir_Predefined_Ieee_Numeric_Std_Ne_Int_Sgn,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Gt_Uns_Uns,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Gt_Uns_Nat,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Gt_Nat_Uns,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Gt_Sgn_Sgn,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Gt_Sgn_Int,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Gt_Int_Sgn,
+
+ Iir_Predefined_Ieee_Numeric_Std_Match_Lt_Uns_Uns,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Lt_Uns_Nat,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Lt_Nat_Uns,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Lt_Sgn_Sgn,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Lt_Sgn_Int,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Lt_Int_Sgn,
+
+ Iir_Predefined_Ieee_Numeric_Std_Match_Le_Uns_Uns,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Le_Uns_Nat,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Le_Nat_Uns,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Le_Sgn_Sgn,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Le_Sgn_Int,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Le_Int_Sgn,
+
+ Iir_Predefined_Ieee_Numeric_Std_Match_Ge_Uns_Uns,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Ge_Uns_Nat,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Ge_Nat_Uns,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Ge_Sgn_Sgn,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Ge_Sgn_Int,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Ge_Int_Sgn,
+
+ Iir_Predefined_Ieee_Numeric_Std_Match_Eq_Uns_Uns,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Eq_Uns_Nat,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Eq_Nat_Uns,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Eq_Sgn_Sgn,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Eq_Sgn_Int,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Eq_Int_Sgn,
+
+ Iir_Predefined_Ieee_Numeric_Std_Match_Ne_Uns_Uns,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Ne_Uns_Nat,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Ne_Nat_Uns,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Ne_Sgn_Sgn,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Ne_Sgn_Int,
+ Iir_Predefined_Ieee_Numeric_Std_Match_Ne_Int_Sgn,
+
Iir_Predefined_Ieee_Numeric_Std_Shl_Uns_Nat,
Iir_Predefined_Ieee_Numeric_Std_Shr_Uns_Nat,
Iir_Predefined_Ieee_Numeric_Std_Shl_Sgn_Nat,