| Commit message (Expand) | Author | Age | Files | Lines |
* | synth-expr: propagate error in synth_indexed_name | Tristan Gingold | 2021-01-01 | 1 | -0/+7 |
* | synth-expr: improve handling of null element in a record | Tristan Gingold | 2020-12-12 | 1 | -1/+5 |
* | synth: improve handling of null-range nets. | Tristan Gingold | 2020-12-12 | 1 | -6/+16 |
* | synth-expr.adb: avoid crash on unhandled ieee operator. For #1520 | Tristan Gingold | 2020-12-03 | 1 | -7/+16 |
* | synth-expr: improve error message for length mismatch | Tristan Gingold | 2020-10-07 | 1 | -1/+4 |
* | synth_subtype_conversion: check overflow for discrete types. | Tristan Gingold | 2020-09-28 | 1 | -24/+31 |
* | synth: minor refactoring. Move In_Bounds/In_Range to synth-objtypes. | Tristan Gingold | 2020-09-26 | 1 | -10/+0 |
* | synth-expr: refine is_positive for wires. For #1460 | Tristan Gingold | 2020-09-20 | 1 | -2/+6 |
* | synth: handle evaluated string literals without constraints. | Tristan Gingold | 2020-08-26 | 1 | -2/+24 |
* | synth: fix handling of static index in indexed names. For #1421 | Tristan Gingold | 2020-08-03 | 1 | -2/+2 |
* | synth: do not consider all ieee packages as predefined. | Tristan Gingold | 2020-07-30 | 1 | -7/+24 |
* | synth-expr: add minimal support for 'instance_name. For #1408 | Tristan Gingold | 2020-07-27 | 1 | -0/+14 |
* | synth: fix handling of multi-dim ROM. Fix #1390 | Tristan Gingold | 2020-07-24 | 1 | -8/+4 |
* | synth: avoid crash on invalid range. For ghdl/ghdl-yosys-plugin#126 | Tristan Gingold | 2020-06-19 | 1 | -1/+5 |
* | synth: handle slices for PSL prev and stable. Fix #1367 | Tristan Gingold | 2020-06-12 | 1 | -2/+2 |
* | Synthesis of PSL built-in fell() function. | tmeissner | 2020-06-07 | 1 | -4/+36 |
* | Synthesis of PSL built-in rose() function. | tmeissner | 2020-06-06 | 1 | -0/+33 |
* | Synthesis of PSL stable() function. | tmeissner | 2020-06-06 | 1 | -11/+49 |
* | Synthesis of PSL prev function. | Tristan Gingold | 2020-06-02 | 1 | -0/+114 |
* | netlists-memories: set location on utrunc. Fix #1332 | Tristan Gingold | 2020-05-21 | 1 | -0/+1 |
* | synth: add support for ascending attribute. Fix #1333 | Tristan Gingold | 2020-05-21 | 1 | -0/+15 |
* | synth-expr: synth_subtype_conversion: add more assertions. | Tristan Gingold | 2020-05-18 | 1 | -6/+7 |
* | synth-expr: handle array attribute on functions. | Tristan Gingold | 2020-05-17 | 1 | -4/+7 |
* | synth: handle functional call to numeric_std binary operators. For #1313 | Tristan Gingold | 2020-05-16 | 1 | -1/+2 |
* | synth: handle any constant as edge value. Fix #1302 | Tristan Gingold | 2020-05-13 | 1 | -27/+37 |
* | synth: handle Pos attribute for booleans. | Tristan Gingold | 2020-05-07 | 1 | -1/+1 |
* | synth: revert a previous commit: remove the En parameter. | Tristan Gingold | 2020-05-06 | 1 | -57/+46 |
* | synth-expr.adb: handle negative values. Fix ghdl/ghdl-yosys-plugin#115 | Tristan Gingold | 2020-05-06 | 1 | -2/+18 |
* | synth: initial support of unbounded records. Fix #1283 | Tristan Gingold | 2020-05-05 | 1 | -0/+3 |
* | synth-expr: handle subtype name in synth_slice_suffix. Fix #1280 | Tristan Gingold | 2020-05-04 | 1 | -5/+13 |
* | synth: remove Global_Context (cleanup). | Tristan Gingold | 2020-05-04 | 1 | -6/+7 |
* | synth: reduce use of global context. | Tristan Gingold | 2020-05-04 | 1 | -30/+34 |
* | synth: propagate enable condition to expressions. For #1273 | Tristan Gingold | 2020-05-01 | 1 | -49/+65 |
* | synth-expr: fix handling of array attributes. Fix #1266 | Tristan Gingold | 2020-04-27 | 1 | -2/+19 |
* | synth: add many calls to set_location | Tristan Gingold | 2020-04-26 | 1 | -7/+17 |
* | synth: ignore signal attribute. | Tristan Gingold | 2020-04-22 | 1 | -0/+3 |
* | types: introduce Direction_Type, which replaces Iir_Direction. | Tristan Gingold | 2020-04-20 | 1 | -34/+34 |
* | synth: improve handling of nested memories. Fix #1250 | Tristan Gingold | 2020-04-20 | 1 | -6/+4 |
* | synth: reject protected types. Fix #1244 | Tristan Gingold | 2020-04-19 | 1 | -0/+3 |
* | synth-expr: rework handling of overflow_literal. For #1240 | Tristan Gingold | 2020-04-18 | 1 | -8/+2 |
* | synth-expr: handle parenthesis_expression. Fix #1234 | Tristan Gingold | 2020-04-17 | 1 | -0/+3 |
* | synth: check for matching bounds in subtype conversions. | Tristan Gingold | 2020-04-16 | 1 | -1/+11 |
* | synth: rework edge handling to properly support falling edge. Fix #1227 | Tristan Gingold | 2020-04-15 | 1 | -6/+7 |
* | synth: handle multi-dim ROMS. Fix #1220 | Tristan Gingold | 2020-04-13 | 1 | -3/+4 |
* | synth-expr: avoid a crash after error. | Tristan Gingold | 2020-04-12 | 1 | -0/+4 |
* | synth: use memtyp in synth-static_oper. Fix #1181 | Tristan Gingold | 2020-04-09 | 1 | -2/+21 |
* | synth: refactoring to store static values in wires. | Tristan Gingold | 2020-04-09 | 1 | -38/+80 |
* | synth: check length for vector conversion. Fix #1199 | Tristan Gingold | 2020-04-06 | 1 | -3/+8 |
* | synth: add value_memory and use it to store objects value. | Tristan Gingold | 2020-04-06 | 1 | -589/+240 |
* | synth: more cleanup (and use of valtyp). | Tristan Gingold | 2020-04-02 | 1 | -35/+37 |