diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-06-06 20:55:58 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-06-07 07:55:43 +0200 |
commit | 81f1788b76c4ca8bc4c735754f1858cbb810cf32 (patch) | |
tree | 2c88a6f1ca2e4e8b8712ba9ea55613b781d338d8 /src | |
parent | a2b6404455e9080200673ee8e723870648bceac4 (diff) | |
download | ghdl-81f1788b76c4ca8bc4c735754f1858cbb810cf32.tar.gz ghdl-81f1788b76c4ca8bc4c735754f1858cbb810cf32.tar.bz2 ghdl-81f1788b76c4ca8bc4c735754f1858cbb810cf32.zip |
nodes.py: regenerated.
Diffstat (limited to 'src')
-rw-r--r-- | src/vhdl/python/libghdl/thin/vhdl/nodes.py | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/src/vhdl/python/libghdl/thin/vhdl/nodes.py b/src/vhdl/python/libghdl/thin/vhdl/nodes.py index 6ed04bb2a..61ff4d14e 100644 --- a/src/vhdl/python/libghdl/thin/vhdl/nodes.py +++ b/src/vhdl/python/libghdl/thin/vhdl/nodes.py @@ -1049,12 +1049,18 @@ class Iir_Predefined: Ieee_Numeric_Std_Add_Sgn_Sgn = 189 Ieee_Numeric_Std_Add_Sgn_Int = 190 Ieee_Numeric_Std_Add_Int_Sgn = 191 - Ieee_Numeric_Std_Eq_Uns_Uns = 192 - Ieee_Numeric_Std_Eq_Uns_Nat = 193 - Ieee_Numeric_Std_Eq_Nat_Uns = 194 - Ieee_Numeric_Std_Eq_Sgn_Sgn = 195 - Ieee_Numeric_Std_Eq_Sgn_Int = 196 - Ieee_Numeric_Std_Eq_Int_Sgn = 197 + Ieee_Numeric_Std_Sub_Uns_Uns = 192 + Ieee_Numeric_Std_Sub_Uns_Nat = 193 + Ieee_Numeric_Std_Sub_Nat_Uns = 194 + Ieee_Numeric_Std_Sub_Sgn_Sgn = 195 + Ieee_Numeric_Std_Sub_Sgn_Int = 196 + Ieee_Numeric_Std_Sub_Int_Sgn = 197 + Ieee_Numeric_Std_Eq_Uns_Uns = 198 + Ieee_Numeric_Std_Eq_Uns_Nat = 199 + Ieee_Numeric_Std_Eq_Nat_Uns = 200 + Ieee_Numeric_Std_Eq_Sgn_Sgn = 201 + Ieee_Numeric_Std_Eq_Sgn_Int = 202 + Ieee_Numeric_Std_Eq_Int_Sgn = 203 Get_Kind = libghdl.vhdl__nodes__get_kind Get_Location = libghdl.vhdl__nodes__get_location |