aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_objtypes.ads
Commit message (Expand)AuthorAgeFilesLines
* synth: check float ranges in subtype conversionTristan Gingold2023-01-111-0/+1
* synth: handle more 2008 aggregatesTristan Gingold2023-01-031-2/+6
* synth: introduce type_array_unboundedTristan Gingold2023-01-031-0/+21
* synth-vhdl_stmts: support of individual paramater associations (WIP)Tristan Gingold2022-09-251-0/+2
* synth: handle incomplete typesTristan Gingold2022-09-171-0/+2
* simul: handle active attributeTristan Gingold2022-09-161-0/+1
* synth: improve handling of top-level interfaces subtypeTristan Gingold2022-09-111-1/+6
* synth: use areapoolsTristan Gingold2022-09-021-3/+43
* synth: handle assignment to record aggregateTristan Gingold2022-08-141-2/+7
* elab-vhdl_types(Elab_Declaration_Type): rework to handle 'subtypeTristan Gingold2022-06-091-0/+1
* elab-vhdl_objtypes: bit and logic types also have a rangeTristan Gingold2022-05-301-6/+5
* elab-vhdl_objtypes: add unshare with areapoolTristan Gingold2022-05-291-0/+1
* elab-vhdl_objtypes: add Create_Memory_U32 (for states)Tristan Gingold2022-05-271-0/+3
* elab-vhdl_objtypes: use value_offsets for record elements offset.Tristan Gingold2022-05-241-15/+12
* elab-vhdl_objtypes: replace Is_Synth by WkindTristan Gingold2022-05-221-2/+17
* synth: use same elements for unbounded arrays and vectorsTristan Gingold2022-05-221-12/+6
* synth: also use one-dimensional unbounded arrays for objtypesTristan Gingold2022-05-221-13/+7
* synth: merge value for type_vector and type_arrayTristan Gingold2022-05-221-7/+5
* synth: use unidimentional arrays in type_acc. Factorize code.Tristan Gingold2022-05-221-4/+6
* elab-vhdl_objtypes: fix restart of libghdlTristan Gingold2022-04-301-3/+4
* synth: abstract code for reuse by evaluationTristan Gingold2022-04-261-0/+2
* synth-static_oper: do not depend on instance for static operations.Tristan Gingold2022-04-261-3/+11
* synth-vhdl_stmts: check subtype compatibility for scalar signal assoc.Tristan Gingold2022-04-151-0/+4
* synth: do full elaboration before synthesisTristan Gingold2021-11-011-0/+297