aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_values.adb
Commit message (Collapse)AuthorAgeFilesLines
* synth: add create_value_net with a pool parameterTristan Gingold2023-04-181-3/+4
|
* synth: represent access types as pointers in memoryTristan Gingold2023-01-291-8/+8
|
* synth: introduce type_array_unboundedTristan Gingold2023-01-031-0/+1
|
* synth: add value_sig_val to handle individual signal associationsTristan Gingold2022-12-261-1/+25
|
* synth: internal refactoringTristan Gingold2022-10-291-1/+1
| | | | use memtyp for eval_static_predefined_function_call
* synth: handle alias of access objects.Tristan Gingold2022-10-131-1/+1
|
* synth: handle null-range loopsTristan Gingold2022-09-281-1/+8
|
* synth: fix and add checks for memory management.Tristan Gingold2022-09-101-22/+30
|
* simul: add support for protected objectsTristan Gingold2022-09-081-0/+23
|
* elab-vhdl_values: factorize codeTristan Gingold2022-09-071-18/+7
|
* synth-vhdl_stmts: fix handling of copyback parametersTristan Gingold2022-09-071-20/+17
|
* synth: use areapoolsTristan Gingold2022-09-021-36/+49
|
* synth/elab-vhdl_values: add Value_TerminalTristan Gingold2022-07-251-3/+21
|
* elab-vhdl_values: add Create_Value_QuantityTristan Gingold2022-07-161-2/+23
|
* synth-vhdl_stmts: handle alias in assignment expressionTristan Gingold2022-06-061-0/+19
|
* synth: add value_dyn_alias in elab-vhdl_valuesTristan Gingold2022-05-251-3/+27
|
* elab-vhdl_objtypes: use value_offsets for record elements offset.Tristan Gingold2022-05-241-1/+2
|
* synth: merge value for type_vector and type_arrayTristan Gingold2022-05-221-18/+5
|
* synth: use unidimentional arrays in type_acc. Factorize code.Tristan Gingold2022-05-221-23/+3
|
* synth/elab-vhdl_values: use a proper type for signal_indexTristan Gingold2022-05-191-1/+2
|
* elab-vhdl_values.adb: fix a typo. Fix #1968Tristan Gingold2022-02-181-2/+2
|
* synth: do full elaboration before synthesisTristan Gingold2021-11-011-0/+500