| Commit message (Expand) | Author | Age | Files | Lines |
* | synth: add value_memory and use it to store objects value. | Tristan Gingold | 2020-04-06 | 1 | -14/+17 |
* | synth: more cleanup (and use of valtyp). | Tristan Gingold | 2020-04-02 | 1 | -3/+3 |
* | synth: rework - use valtyp for expressions. | Tristan Gingold | 2020-04-02 | 1 | -125/+121 |
* | synth: improve support of conditionnal operator. Fix #1177 | Tristan Gingold | 2020-03-30 | 1 | -1/+4 |
* | synth: add one more operation (or_reduce for suv). | Tristan Gingold | 2020-03-29 | 1 | -1/+2 |
* | synth: handle or_reduce from std_logic_misc. | Tristan Gingold | 2020-03-28 | 1 | -16/+10 |
* | synth-oper: handle to_integer for signed. | Tristan Gingold | 2020-03-28 | 1 | -0/+9 |
* | synth: improve fatal error propagation. | Tristan Gingold | 2020-03-27 | 1 | -0/+3 |
* | synth: handle ieee.numeric_std.to_01 | Tristan Gingold | 2020-03-22 | 1 | -7/+5 |
* | synth: handle numeric_std minimum/maximum. Fix #1168 | Tristan Gingold | 2020-03-21 | 1 | -173/+179 |
* | synth: handle more operations from synsopsys packages. | Tristan Gingold | 2020-03-14 | 1 | -7/+22 |
* | synth: handle more operators from std_logic_arith. | Tristan Gingold | 2020-03-14 | 1 | -4/+13 |
* | synth: handle div/rem/mod operations. Fix #1157 | Tristan Gingold | 2020-03-13 | 1 | -60/+76 |
* | synth: implement more conversions. | Tristan Gingold | 2020-03-11 | 1 | -40/+26 |
* | synth: improve error message. | Tristan Gingold | 2020-03-11 | 1 | -1/+1 |
* | vhdl-ieee-std_logic_unsigned: recognize more operations. | Tristan Gingold | 2020-03-11 | 1 | -0/+1 |
* | synth: improve error handling. | Tristan Gingold | 2020-03-11 | 1 | -0/+6 |
* | synth-oper: handle more mul & div operations. | Tristan Gingold | 2020-03-10 | 1 | -4/+84 |
* | synth-oper: handle minimum, maximum for integers. | Tristan Gingold | 2020-03-10 | 1 | -0/+19 |
* | synth-oper: handle slice of non-vector. | Tristan Gingold | 2020-03-10 | 1 | -4/+2 |
* | synth-oper: use mask to handle ?= and ?/=. | Tristan Gingold | 2020-03-09 | 1 | -26/+69 |
* | synth-oper: refactoring for std_match. | Tristan Gingold | 2020-03-09 | 1 | -81/+91 |
* | synth: handle more physical operators. Fix #1146 | Tristan Gingold | 2020-02-29 | 1 | -0/+20 |
* | vhdl: recognize conversion functions from std_logic_1164 | Tristan Gingold | 2020-02-18 | 1 | -1/+2 |
* | synth: rework static predefined function calls. | Tristan Gingold | 2020-02-18 | 1 | -151/+68 |
* | synth-oper: handle add for (natural, unsigned). Fix #1132 | Tristan Gingold | 2020-02-11 | 1 | -0/+15 |
* | synth-oper: handle std_match for slv. Close #1121 | Tristan Gingold | 2020-01-31 | 1 | -1/+2 |
* | synth: handle some rotation and shifts. Fix #1077 | Tristan Gingold | 2020-01-30 | 1 | -0/+68 |
* | synth: handle matching comparisons. Fix #1109 | Tristan Gingold | 2020-01-24 | 1 | -98/+194 |
* | synth: add id_abs gate. For #1101 | Tristan Gingold | 2020-01-20 | 1 | -0/+2 |
* | synth: handle more signed operations. For #1101 | Tristan Gingold | 2020-01-19 | 1 | -7/+49 |
* | synth-oper: handle more signed comparisons. For #1101 | Tristan Gingold | 2020-01-19 | 1 | -9/+93 |
* | synth: remove wbound field of bound_type. | Tristan Gingold | 2020-01-13 | 1 | -3/+1 |
* | synth: handle ieee.math_real.round Fix #1075 | Tristan Gingold | 2020-01-10 | 1 | -0/+14 |
* | synth-oper: handle xor for bit_vectors. | Tristan Gingold | 2020-01-09 | 1 | -3/+4 |
* | synth: optimize integer mod for power of 2. | Tristan Gingold | 2020-01-01 | 1 | -0/+24 |
* | synth: handle is_x (as false). Fix #1054 | Tristan Gingold | 2019-12-24 | 1 | -0/+4 |
* | synth: add synth_static_monadic_predefined | Tristan Gingold | 2019-11-30 | 1 | -32/+14 |
* | synth-static_oper: add support for array array concat. Fix #1046 | Tristan Gingold | 2019-11-29 | 1 | -41/+16 |
* | synth: handle static calls to sin and cos. Fix #1033 | Tristan Gingold | 2019-11-26 | 1 | -4/+30 |
* | synth: fix regression due to synth_bit_eq_const change. | Tristan Gingold | 2019-11-20 | 1 | -2/+7 |
* | synth-expr: properly set the return type in synth_bit_eq_const. For #1022 | Tristan Gingold | 2019-11-18 | 1 | -1/+2 |
* | synth: renames Is_Const to Is_Static. | Tristan Gingold | 2019-11-13 | 1 | -17/+17 |
* | synth: introduce synth-static_oper. | Tristan Gingold | 2019-11-13 | 1 | -115/+26 |
* | synth: add support for endfile. | Tristan Gingold | 2019-11-13 | 1 | -0/+9 |
* | synth-oper: handle const substraction. | Tristan Gingold | 2019-11-12 | 1 | -2/+2 |
* | synth-oper: handle constant values for to_unsigned. | Tristan Gingold | 2019-11-12 | 1 | -1/+3 |
* | synth: simplify equality tests. | Tristan Gingold | 2019-11-11 | 1 | -2/+3 |
* | synth: handle edge operators in synth_predefined_function_call. | Tristan Gingold | 2019-11-06 | 1 | -0/+19 |
* | synth-oper: simplify code. | Tristan Gingold | 2019-11-05 | 1 | -7/+4 |