aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_types.adb
Commit message (Expand)AuthorAgeFilesLines
* elab-vhdl_types(Synth_Array_Attribute): handle dimension parameterTristan Gingold2022-06-111-1/+3
* elab-vhdl_types(Elab_Declaration_Type): rework to handle 'subtypeTristan Gingold2022-06-091-7/+35
* vhdl-annotations: avoid a crash with subtype attribute in array.Tristan Gingold2022-06-091-1/+4
* elab-vhdl_types: handle array attributes on function callTristan Gingold2022-06-041-0/+2
* synth: use same elements for unbounded arrays and vectorsTristan Gingold2022-05-221-1/+2
* synth: also use one-dimensional unbounded arrays for objtypesTristan Gingold2022-05-221-5/+17
* synth: use unidimentional arrays in type_acc. Factorize code.Tristan Gingold2022-05-221-9/+13
* elab-vhdl_types: do not crash on signal resolverTristan Gingold2022-04-291-0/+3
* synth: abstract code for reuse by evaluationTristan Gingold2022-04-261-37/+51
* synth-static_oper: do not depend on instance for static operations.Tristan Gingold2022-04-261-2/+37
* synth: do not add info for element subtype (except for arrays).Tristan Gingold2022-04-051-15/+29
* synth: fix handling of record constraints in subtype. Fix #1961Tristan Gingold2022-02-221-1/+9
* synth: handle interface type in generics. For #412Tristan Gingold2021-12-151-1/+3
* synth: add exec_name_subtype. Fix #1911Tristan Gingold2021-11-131-3/+1
* synth: do full elaboration before synthesisTristan Gingold2021-11-011-0/+562