diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-01-10 19:19:38 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-01-10 19:19:38 +0100 |
commit | e17215ff6b3ca865aa09111a15c551e5f0cf1fac (patch) | |
tree | 63d3cdac91540f36737f8757343c2e0d25fe10fa /python/libghdl/thin/vhdl/nodes.py | |
parent | adaacc8794fbbdb62ba90abe1ba6a53021c84c48 (diff) | |
download | ghdl-e17215ff6b3ca865aa09111a15c551e5f0cf1fac.tar.gz ghdl-e17215ff6b3ca865aa09111a15c551e5f0cf1fac.tar.bz2 ghdl-e17215ff6b3ca865aa09111a15c551e5f0cf1fac.zip |
synth: handle ieee.math_real.round Fix #1075
Diffstat (limited to 'python/libghdl/thin/vhdl/nodes.py')
-rw-r--r-- | python/libghdl/thin/vhdl/nodes.py | 101 |
1 files changed, 51 insertions, 50 deletions
diff --git a/python/libghdl/thin/vhdl/nodes.py b/python/libghdl/thin/vhdl/nodes.py index 60e7c2ba4..589d37374 100644 --- a/python/libghdl/thin/vhdl/nodes.py +++ b/python/libghdl/thin/vhdl/nodes.py @@ -1283,56 +1283,57 @@ class Iir_Predefined: Ieee_Numeric_Std_Match_Slv = 300 Ieee_Numeric_Std_Match_Suv = 301 Ieee_Math_Real_Ceil = 302 - Ieee_Math_Real_Log2 = 303 - Ieee_Math_Real_Sin = 304 - Ieee_Math_Real_Cos = 305 - Ieee_Std_Logic_Unsigned_Add_Slv_Slv = 306 - Ieee_Std_Logic_Unsigned_Add_Slv_Int = 307 - Ieee_Std_Logic_Unsigned_Add_Int_Slv = 308 - Ieee_Std_Logic_Unsigned_Add_Slv_Sl = 309 - Ieee_Std_Logic_Unsigned_Add_Sl_Slv = 310 - Ieee_Std_Logic_Unsigned_Sub_Slv_Slv = 311 - Ieee_Std_Logic_Unsigned_Sub_Slv_Int = 312 - Ieee_Std_Logic_Unsigned_Sub_Int_Slv = 313 - Ieee_Std_Logic_Unsigned_Sub_Slv_Sl = 314 - Ieee_Std_Logic_Unsigned_Sub_Sl_Slv = 315 - Ieee_Std_Logic_Unsigned_Lt_Slv_Slv = 316 - Ieee_Std_Logic_Unsigned_Lt_Slv_Int = 317 - Ieee_Std_Logic_Unsigned_Lt_Int_Slv = 318 - Ieee_Std_Logic_Unsigned_Le_Slv_Slv = 319 - Ieee_Std_Logic_Unsigned_Le_Slv_Int = 320 - Ieee_Std_Logic_Unsigned_Le_Int_Slv = 321 - Ieee_Std_Logic_Unsigned_Gt_Slv_Slv = 322 - Ieee_Std_Logic_Unsigned_Gt_Slv_Int = 323 - Ieee_Std_Logic_Unsigned_Gt_Int_Slv = 324 - Ieee_Std_Logic_Unsigned_Ge_Slv_Slv = 325 - Ieee_Std_Logic_Unsigned_Ge_Slv_Int = 326 - Ieee_Std_Logic_Unsigned_Ge_Int_Slv = 327 - Ieee_Std_Logic_Unsigned_Eq_Slv_Slv = 328 - Ieee_Std_Logic_Unsigned_Eq_Slv_Int = 329 - Ieee_Std_Logic_Unsigned_Eq_Int_Slv = 330 - Ieee_Std_Logic_Unsigned_Ne_Slv_Slv = 331 - Ieee_Std_Logic_Unsigned_Ne_Slv_Int = 332 - Ieee_Std_Logic_Unsigned_Ne_Int_Slv = 333 - Ieee_Std_Logic_Unsigned_Conv_Integer = 334 - Ieee_Std_Logic_Signed_Add_Slv_Slv = 335 - Ieee_Std_Logic_Signed_Add_Slv_Int = 336 - Ieee_Std_Logic_Signed_Add_Int_Slv = 337 - Ieee_Std_Logic_Signed_Add_Slv_Sl = 338 - Ieee_Std_Logic_Signed_Add_Sl_Slv = 339 - Ieee_Std_Logic_Signed_Sub_Slv_Slv = 340 - Ieee_Std_Logic_Signed_Sub_Slv_Int = 341 - Ieee_Std_Logic_Signed_Sub_Int_Slv = 342 - Ieee_Std_Logic_Signed_Sub_Slv_Sl = 343 - Ieee_Std_Logic_Signed_Sub_Sl_Slv = 344 - Ieee_Std_Logic_Arith_Conv_Unsigned_Int = 345 - Ieee_Std_Logic_Arith_Conv_Unsigned_Uns = 346 - Ieee_Std_Logic_Arith_Conv_Unsigned_Sgn = 347 - Ieee_Std_Logic_Arith_Conv_Unsigned_Log = 348 - Ieee_Std_Logic_Arith_Conv_Integer_Int = 349 - Ieee_Std_Logic_Arith_Conv_Integer_Uns = 350 - Ieee_Std_Logic_Arith_Conv_Integer_Sgn = 351 - Ieee_Std_Logic_Arith_Conv_Integer_Log = 352 + Ieee_Math_Real_Round = 303 + Ieee_Math_Real_Log2 = 304 + Ieee_Math_Real_Sin = 305 + Ieee_Math_Real_Cos = 306 + Ieee_Std_Logic_Unsigned_Add_Slv_Slv = 307 + Ieee_Std_Logic_Unsigned_Add_Slv_Int = 308 + Ieee_Std_Logic_Unsigned_Add_Int_Slv = 309 + Ieee_Std_Logic_Unsigned_Add_Slv_Sl = 310 + Ieee_Std_Logic_Unsigned_Add_Sl_Slv = 311 + Ieee_Std_Logic_Unsigned_Sub_Slv_Slv = 312 + Ieee_Std_Logic_Unsigned_Sub_Slv_Int = 313 + Ieee_Std_Logic_Unsigned_Sub_Int_Slv = 314 + Ieee_Std_Logic_Unsigned_Sub_Slv_Sl = 315 + Ieee_Std_Logic_Unsigned_Sub_Sl_Slv = 316 + Ieee_Std_Logic_Unsigned_Lt_Slv_Slv = 317 + Ieee_Std_Logic_Unsigned_Lt_Slv_Int = 318 + Ieee_Std_Logic_Unsigned_Lt_Int_Slv = 319 + Ieee_Std_Logic_Unsigned_Le_Slv_Slv = 320 + Ieee_Std_Logic_Unsigned_Le_Slv_Int = 321 + Ieee_Std_Logic_Unsigned_Le_Int_Slv = 322 + Ieee_Std_Logic_Unsigned_Gt_Slv_Slv = 323 + Ieee_Std_Logic_Unsigned_Gt_Slv_Int = 324 + Ieee_Std_Logic_Unsigned_Gt_Int_Slv = 325 + Ieee_Std_Logic_Unsigned_Ge_Slv_Slv = 326 + Ieee_Std_Logic_Unsigned_Ge_Slv_Int = 327 + Ieee_Std_Logic_Unsigned_Ge_Int_Slv = 328 + Ieee_Std_Logic_Unsigned_Eq_Slv_Slv = 329 + Ieee_Std_Logic_Unsigned_Eq_Slv_Int = 330 + Ieee_Std_Logic_Unsigned_Eq_Int_Slv = 331 + Ieee_Std_Logic_Unsigned_Ne_Slv_Slv = 332 + Ieee_Std_Logic_Unsigned_Ne_Slv_Int = 333 + Ieee_Std_Logic_Unsigned_Ne_Int_Slv = 334 + Ieee_Std_Logic_Unsigned_Conv_Integer = 335 + Ieee_Std_Logic_Signed_Add_Slv_Slv = 336 + Ieee_Std_Logic_Signed_Add_Slv_Int = 337 + Ieee_Std_Logic_Signed_Add_Int_Slv = 338 + Ieee_Std_Logic_Signed_Add_Slv_Sl = 339 + Ieee_Std_Logic_Signed_Add_Sl_Slv = 340 + Ieee_Std_Logic_Signed_Sub_Slv_Slv = 341 + Ieee_Std_Logic_Signed_Sub_Slv_Int = 342 + Ieee_Std_Logic_Signed_Sub_Int_Slv = 343 + Ieee_Std_Logic_Signed_Sub_Slv_Sl = 344 + Ieee_Std_Logic_Signed_Sub_Sl_Slv = 345 + Ieee_Std_Logic_Arith_Conv_Unsigned_Int = 346 + Ieee_Std_Logic_Arith_Conv_Unsigned_Uns = 347 + Ieee_Std_Logic_Arith_Conv_Unsigned_Sgn = 348 + Ieee_Std_Logic_Arith_Conv_Unsigned_Log = 349 + Ieee_Std_Logic_Arith_Conv_Integer_Int = 350 + Ieee_Std_Logic_Arith_Conv_Integer_Uns = 351 + Ieee_Std_Logic_Arith_Conv_Integer_Sgn = 352 + Ieee_Std_Logic_Arith_Conv_Integer_Log = 353 Get_Kind = libghdl.vhdl__nodes__get_kind Get_Location = libghdl.vhdl__nodes__get_location |