| Commit message (Expand) | Author | Age | Files | Lines |
* | synth: improve error checks (type conversion, string literals) | Tristan Gingold | 2022-09-25 | 1 | -2/+8 |
* | synth: use areapools | Tristan Gingold | 2022-09-02 | 1 | -5/+6 |
* | synth: factorize code for synth_subtype_conversion | Tristan Gingold | 2022-08-21 | 1 | -3/+2 |
* | elab-vhdl_expr: factorize code | Tristan Gingold | 2022-08-19 | 1 | -950/+15 |
* | elab-vhdl_expr: fix handling of multi-dim arrays. Fix #2144 | Tristan Gingold | 2022-07-27 | 1 | -9/+17 |
* | elab-vhdl_expr: fix incorrect type of multi-dim array indexing during elab | Tristan Gingold | 2022-07-27 | 1 | -0/+9 |
* | elab-vhdl_insts: eval inertial expressions to get the type. Fix #2089 | Tristan Gingold | 2022-06-12 | 1 | -1/+1 |
* | synth-vhdl_expr: do not abort on array subtype conversion | Tristan Gingold | 2022-06-04 | 1 | -1/+3 |
* | elab-vhdl_types: handle array attributes on function call | Tristan Gingold | 2022-06-04 | 1 | -0/+7 |
* | synth-vhdl_eval: handle more operators | Tristan Gingold | 2022-05-30 | 1 | -22/+8 |
* | synth-vhdl_eval: handle more operations | Tristan Gingold | 2022-05-29 | 1 | -1/+1 |
* | elab-vhdl_objtypes: use value_offsets for record elements offset. | Tristan Gingold | 2022-05-24 | 1 | -5/+3 |
* | synth: use same elements for unbounded arrays and vectors | Tristan Gingold | 2022-05-22 | 1 | -26/+2 |
* | synth: also use one-dimensional unbounded arrays for objtypes | Tristan Gingold | 2022-05-22 | 1 | -1/+1 |
* | synth: merge value for type_vector and type_array | Tristan Gingold | 2022-05-22 | 1 | -8/+5 |
* | synth: use unidimentional arrays in type_acc. Factorize code. | Tristan Gingold | 2022-05-22 | 1 | -63/+54 |
* | synth: do not add info for element subtype (except for arrays). | Tristan Gingold | 2022-04-05 | 1 | -1/+2 |
* | synth: check matching bounds for concatenation | Tristan Gingold | 2022-03-11 | 1 | -1/+3 |
* | synth: handle concatenation of unbounded types. Fix #1993 | Tristan Gingold | 2022-03-08 | 1 | -35/+16 |
* | elab-vhdl_expr.adb(exec_name_subtype): handle indexed names. Fix #1986 | Tristan Gingold | 2022-03-02 | 1 | -0/+8 |
* | synth/elab-vhdl_expr: handle slices and indexed names. Fix #1926 | Tristan Gingold | 2021-11-29 | 1 | -19/+11 |
* | synth: add exec_name_subtype. Fix #1911 | Tristan Gingold | 2021-11-13 | 1 | -1/+47 |
* | synth: do full elaboration before synthesis | Tristan Gingold | 2021-11-01 | 1 | -0/+1402 |