diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-03-22 08:41:16 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-03-22 08:41:16 +0100 |
commit | 600d8fad841f92c600c01d18569e9e4c6f843d21 (patch) | |
tree | 68f5f55f68ba0493fb1495b10bb6f357bcd7be98 /python/libghdl/thin/vhdl | |
parent | 8a35846d7e91f26d22cb059cfbf21d9e5645314d (diff) | |
download | ghdl-600d8fad841f92c600c01d18569e9e4c6f843d21.tar.gz ghdl-600d8fad841f92c600c01d18569e9e4c6f843d21.tar.bz2 ghdl-600d8fad841f92c600c01d18569e9e4c6f843d21.zip |
synth: handle ieee.numeric_std.to_01
Diffstat (limited to 'python/libghdl/thin/vhdl')
-rw-r--r-- | python/libghdl/thin/vhdl/nodes.py | 182 |
1 files changed, 92 insertions, 90 deletions
diff --git a/python/libghdl/thin/vhdl/nodes.py b/python/libghdl/thin/vhdl/nodes.py index 2c2c00386..7a9b650c1 100644 --- a/python/libghdl/thin/vhdl/nodes.py +++ b/python/libghdl/thin/vhdl/nodes.py @@ -1365,96 +1365,98 @@ class Iir_Predefined: Ieee_Numeric_Std_Match_Sgn = 382 Ieee_Numeric_Std_Match_Slv = 383 Ieee_Numeric_Std_Match_Suv = 384 - Ieee_Math_Real_Ceil = 385 - Ieee_Math_Real_Round = 386 - Ieee_Math_Real_Log2 = 387 - Ieee_Math_Real_Sin = 388 - Ieee_Math_Real_Cos = 389 - Ieee_Std_Logic_Unsigned_Add_Slv_Slv = 390 - Ieee_Std_Logic_Unsigned_Add_Slv_Int = 391 - Ieee_Std_Logic_Unsigned_Add_Int_Slv = 392 - Ieee_Std_Logic_Unsigned_Add_Slv_Log = 393 - Ieee_Std_Logic_Unsigned_Add_Log_Slv = 394 - Ieee_Std_Logic_Unsigned_Sub_Slv_Slv = 395 - Ieee_Std_Logic_Unsigned_Sub_Slv_Int = 396 - Ieee_Std_Logic_Unsigned_Sub_Int_Slv = 397 - Ieee_Std_Logic_Unsigned_Sub_Slv_Log = 398 - Ieee_Std_Logic_Unsigned_Sub_Log_Slv = 399 - Ieee_Std_Logic_Unsigned_Mul_Slv_Slv = 400 - Ieee_Std_Logic_Unsigned_Lt_Slv_Slv = 401 - Ieee_Std_Logic_Unsigned_Lt_Slv_Int = 402 - Ieee_Std_Logic_Unsigned_Lt_Int_Slv = 403 - Ieee_Std_Logic_Unsigned_Le_Slv_Slv = 404 - Ieee_Std_Logic_Unsigned_Le_Slv_Int = 405 - Ieee_Std_Logic_Unsigned_Le_Int_Slv = 406 - Ieee_Std_Logic_Unsigned_Gt_Slv_Slv = 407 - Ieee_Std_Logic_Unsigned_Gt_Slv_Int = 408 - Ieee_Std_Logic_Unsigned_Gt_Int_Slv = 409 - Ieee_Std_Logic_Unsigned_Ge_Slv_Slv = 410 - Ieee_Std_Logic_Unsigned_Ge_Slv_Int = 411 - Ieee_Std_Logic_Unsigned_Ge_Int_Slv = 412 - Ieee_Std_Logic_Unsigned_Eq_Slv_Slv = 413 - Ieee_Std_Logic_Unsigned_Eq_Slv_Int = 414 - Ieee_Std_Logic_Unsigned_Eq_Int_Slv = 415 - Ieee_Std_Logic_Unsigned_Ne_Slv_Slv = 416 - Ieee_Std_Logic_Unsigned_Ne_Slv_Int = 417 - Ieee_Std_Logic_Unsigned_Ne_Int_Slv = 418 - Ieee_Std_Logic_Unsigned_Conv_Integer = 419 - Ieee_Std_Logic_Signed_Add_Slv_Slv = 420 - Ieee_Std_Logic_Signed_Add_Slv_Int = 421 - Ieee_Std_Logic_Signed_Add_Int_Slv = 422 - Ieee_Std_Logic_Signed_Add_Slv_Log = 423 - Ieee_Std_Logic_Signed_Add_Log_Slv = 424 - Ieee_Std_Logic_Signed_Sub_Slv_Slv = 425 - Ieee_Std_Logic_Signed_Sub_Slv_Int = 426 - Ieee_Std_Logic_Signed_Sub_Int_Slv = 427 - Ieee_Std_Logic_Signed_Sub_Slv_Log = 428 - Ieee_Std_Logic_Signed_Sub_Log_Slv = 429 - Ieee_Std_Logic_Signed_Mul_Slv_Slv = 430 - Ieee_Std_Logic_Arith_Conv_Unsigned_Int = 431 - Ieee_Std_Logic_Arith_Conv_Unsigned_Uns = 432 - Ieee_Std_Logic_Arith_Conv_Unsigned_Sgn = 433 - Ieee_Std_Logic_Arith_Conv_Unsigned_Log = 434 - Ieee_Std_Logic_Arith_Conv_Integer_Int = 435 - Ieee_Std_Logic_Arith_Conv_Integer_Uns = 436 - Ieee_Std_Logic_Arith_Conv_Integer_Sgn = 437 - Ieee_Std_Logic_Arith_Conv_Integer_Log = 438 - Ieee_Std_Logic_Arith_Conv_Vector_Int = 439 - Ieee_Std_Logic_Arith_Conv_Vector_Uns = 440 - Ieee_Std_Logic_Arith_Conv_Vector_Sgn = 441 - Ieee_Std_Logic_Arith_Conv_Vector_Log = 442 - Ieee_Std_Logic_Arith_Mul_Uns_Uns_Uns = 443 - Ieee_Std_Logic_Arith_Mul_Sgn_Sgn_Sgn = 444 - Ieee_Std_Logic_Arith_Mul_Sgn_Uns_Sgn = 445 - Ieee_Std_Logic_Arith_Mul_Uns_Sgn_Sgn = 446 - Ieee_Std_Logic_Arith_Mul_Uns_Uns_Slv = 447 - Ieee_Std_Logic_Arith_Mul_Sgn_Sgn_Slv = 448 - Ieee_Std_Logic_Arith_Mul_Sgn_Uns_Slv = 449 - Ieee_Std_Logic_Arith_Mul_Uns_Sgn_Slv = 450 - Ieee_Std_Logic_Arith_Add_Uns_Uns_Uns = 451 - Ieee_Std_Logic_Arith_Add_Sgn_Sgn_Sgn = 452 - Ieee_Std_Logic_Arith_Add_Uns_Sgn_Sgn = 453 - Ieee_Std_Logic_Arith_Add_Sgn_Uns_Sgn = 454 - Ieee_Std_Logic_Arith_Add_Uns_Int_Uns = 455 - Ieee_Std_Logic_Arith_Add_Int_Uns_Uns = 456 - Ieee_Std_Logic_Arith_Add_Sgn_Int_Sgn = 457 - Ieee_Std_Logic_Arith_Add_Int_Sgn_Sgn = 458 - Ieee_Std_Logic_Arith_Add_Uns_Log_Uns = 459 - Ieee_Std_Logic_Arith_Add_Log_Uns_Uns = 460 - Ieee_Std_Logic_Arith_Add_Sgn_Log_Sgn = 461 - Ieee_Std_Logic_Arith_Add_Log_Sgn_Sgn = 462 - Ieee_Std_Logic_Arith_Add_Uns_Uns_Slv = 463 - Ieee_Std_Logic_Arith_Add_Sgn_Sgn_Slv = 464 - Ieee_Std_Logic_Arith_Add_Uns_Sgn_Slv = 465 - Ieee_Std_Logic_Arith_Add_Sgn_Uns_Slv = 466 - Ieee_Std_Logic_Arith_Add_Uns_Int_Slv = 467 - Ieee_Std_Logic_Arith_Add_Int_Uns_Slv = 468 - Ieee_Std_Logic_Arith_Add_Sgn_Int_Slv = 469 - Ieee_Std_Logic_Arith_Add_Int_Sgn_Slv = 470 - Ieee_Std_Logic_Arith_Add_Uns_Log_Slv = 471 - Ieee_Std_Logic_Arith_Add_Log_Uns_Slv = 472 - Ieee_Std_Logic_Arith_Add_Sgn_Log_Slv = 473 - Ieee_Std_Logic_Arith_Add_Log_Sgn_Slv = 474 + Ieee_Numeric_Std_To_01_Uns = 385 + Ieee_Numeric_Std_To_01_Sgn = 386 + Ieee_Math_Real_Ceil = 387 + Ieee_Math_Real_Round = 388 + Ieee_Math_Real_Log2 = 389 + Ieee_Math_Real_Sin = 390 + Ieee_Math_Real_Cos = 391 + Ieee_Std_Logic_Unsigned_Add_Slv_Slv = 392 + Ieee_Std_Logic_Unsigned_Add_Slv_Int = 393 + Ieee_Std_Logic_Unsigned_Add_Int_Slv = 394 + Ieee_Std_Logic_Unsigned_Add_Slv_Log = 395 + Ieee_Std_Logic_Unsigned_Add_Log_Slv = 396 + Ieee_Std_Logic_Unsigned_Sub_Slv_Slv = 397 + Ieee_Std_Logic_Unsigned_Sub_Slv_Int = 398 + Ieee_Std_Logic_Unsigned_Sub_Int_Slv = 399 + Ieee_Std_Logic_Unsigned_Sub_Slv_Log = 400 + Ieee_Std_Logic_Unsigned_Sub_Log_Slv = 401 + Ieee_Std_Logic_Unsigned_Mul_Slv_Slv = 402 + Ieee_Std_Logic_Unsigned_Lt_Slv_Slv = 403 + Ieee_Std_Logic_Unsigned_Lt_Slv_Int = 404 + Ieee_Std_Logic_Unsigned_Lt_Int_Slv = 405 + Ieee_Std_Logic_Unsigned_Le_Slv_Slv = 406 + Ieee_Std_Logic_Unsigned_Le_Slv_Int = 407 + Ieee_Std_Logic_Unsigned_Le_Int_Slv = 408 + Ieee_Std_Logic_Unsigned_Gt_Slv_Slv = 409 + Ieee_Std_Logic_Unsigned_Gt_Slv_Int = 410 + Ieee_Std_Logic_Unsigned_Gt_Int_Slv = 411 + Ieee_Std_Logic_Unsigned_Ge_Slv_Slv = 412 + Ieee_Std_Logic_Unsigned_Ge_Slv_Int = 413 + Ieee_Std_Logic_Unsigned_Ge_Int_Slv = 414 + Ieee_Std_Logic_Unsigned_Eq_Slv_Slv = 415 + Ieee_Std_Logic_Unsigned_Eq_Slv_Int = 416 + Ieee_Std_Logic_Unsigned_Eq_Int_Slv = 417 + Ieee_Std_Logic_Unsigned_Ne_Slv_Slv = 418 + Ieee_Std_Logic_Unsigned_Ne_Slv_Int = 419 + Ieee_Std_Logic_Unsigned_Ne_Int_Slv = 420 + Ieee_Std_Logic_Unsigned_Conv_Integer = 421 + Ieee_Std_Logic_Signed_Add_Slv_Slv = 422 + Ieee_Std_Logic_Signed_Add_Slv_Int = 423 + Ieee_Std_Logic_Signed_Add_Int_Slv = 424 + Ieee_Std_Logic_Signed_Add_Slv_Log = 425 + Ieee_Std_Logic_Signed_Add_Log_Slv = 426 + Ieee_Std_Logic_Signed_Sub_Slv_Slv = 427 + Ieee_Std_Logic_Signed_Sub_Slv_Int = 428 + Ieee_Std_Logic_Signed_Sub_Int_Slv = 429 + Ieee_Std_Logic_Signed_Sub_Slv_Log = 430 + Ieee_Std_Logic_Signed_Sub_Log_Slv = 431 + Ieee_Std_Logic_Signed_Mul_Slv_Slv = 432 + Ieee_Std_Logic_Arith_Conv_Unsigned_Int = 433 + Ieee_Std_Logic_Arith_Conv_Unsigned_Uns = 434 + Ieee_Std_Logic_Arith_Conv_Unsigned_Sgn = 435 + Ieee_Std_Logic_Arith_Conv_Unsigned_Log = 436 + Ieee_Std_Logic_Arith_Conv_Integer_Int = 437 + Ieee_Std_Logic_Arith_Conv_Integer_Uns = 438 + Ieee_Std_Logic_Arith_Conv_Integer_Sgn = 439 + Ieee_Std_Logic_Arith_Conv_Integer_Log = 440 + Ieee_Std_Logic_Arith_Conv_Vector_Int = 441 + Ieee_Std_Logic_Arith_Conv_Vector_Uns = 442 + Ieee_Std_Logic_Arith_Conv_Vector_Sgn = 443 + Ieee_Std_Logic_Arith_Conv_Vector_Log = 444 + Ieee_Std_Logic_Arith_Mul_Uns_Uns_Uns = 445 + Ieee_Std_Logic_Arith_Mul_Sgn_Sgn_Sgn = 446 + Ieee_Std_Logic_Arith_Mul_Sgn_Uns_Sgn = 447 + Ieee_Std_Logic_Arith_Mul_Uns_Sgn_Sgn = 448 + Ieee_Std_Logic_Arith_Mul_Uns_Uns_Slv = 449 + Ieee_Std_Logic_Arith_Mul_Sgn_Sgn_Slv = 450 + Ieee_Std_Logic_Arith_Mul_Sgn_Uns_Slv = 451 + Ieee_Std_Logic_Arith_Mul_Uns_Sgn_Slv = 452 + Ieee_Std_Logic_Arith_Add_Uns_Uns_Uns = 453 + Ieee_Std_Logic_Arith_Add_Sgn_Sgn_Sgn = 454 + Ieee_Std_Logic_Arith_Add_Uns_Sgn_Sgn = 455 + Ieee_Std_Logic_Arith_Add_Sgn_Uns_Sgn = 456 + Ieee_Std_Logic_Arith_Add_Uns_Int_Uns = 457 + Ieee_Std_Logic_Arith_Add_Int_Uns_Uns = 458 + Ieee_Std_Logic_Arith_Add_Sgn_Int_Sgn = 459 + Ieee_Std_Logic_Arith_Add_Int_Sgn_Sgn = 460 + Ieee_Std_Logic_Arith_Add_Uns_Log_Uns = 461 + Ieee_Std_Logic_Arith_Add_Log_Uns_Uns = 462 + Ieee_Std_Logic_Arith_Add_Sgn_Log_Sgn = 463 + Ieee_Std_Logic_Arith_Add_Log_Sgn_Sgn = 464 + Ieee_Std_Logic_Arith_Add_Uns_Uns_Slv = 465 + Ieee_Std_Logic_Arith_Add_Sgn_Sgn_Slv = 466 + Ieee_Std_Logic_Arith_Add_Uns_Sgn_Slv = 467 + Ieee_Std_Logic_Arith_Add_Sgn_Uns_Slv = 468 + Ieee_Std_Logic_Arith_Add_Uns_Int_Slv = 469 + Ieee_Std_Logic_Arith_Add_Int_Uns_Slv = 470 + Ieee_Std_Logic_Arith_Add_Sgn_Int_Slv = 471 + Ieee_Std_Logic_Arith_Add_Int_Sgn_Slv = 472 + Ieee_Std_Logic_Arith_Add_Uns_Log_Slv = 473 + Ieee_Std_Logic_Arith_Add_Log_Uns_Slv = 474 + Ieee_Std_Logic_Arith_Add_Sgn_Log_Slv = 475 + Ieee_Std_Logic_Arith_Add_Log_Sgn_Slv = 476 Get_Kind = libghdl.vhdl__nodes__get_kind Get_Location = libghdl.vhdl__nodes__get_location |