aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_context.adb
Commit message (Expand)AuthorAgeFilesLines
* synth: create sub-instace for processesTristan Gingold2023-01-201-0/+10
* elab: Rename Get/Set_Info to Get/Set_AnnTristan Gingold2023-01-201-20/+20
* synth: add statement in context, adjust path/instance name attributesTristan Gingold2022-12-311-11/+14
* synth: handle instance_name attributeTristan Gingold2022-12-261-6/+12
* synth: add value_sig_val to handle individual signal associationsTristan Gingold2022-12-261-0/+25
* simul: add support for protected objectsTristan Gingold2022-09-081-1/+2
* synth: use areapoolsTristan Gingold2022-09-021-3/+33
* elab-vhdl_context: add iterator for top-level packagesTristan Gingold2022-07-201-0/+22
* elab-vhdl_context: also handle generic subprogramsTristan Gingold2022-06-071-2/+6
* synth: move procedure call copyback values in contextTristan Gingold2022-05-251-8/+46
* synth/elab-vhdl_values: use a proper type for signal_indexTristan Gingold2022-05-191-2/+2
* elab-vhdl_context: remove cur_stmt from contextTristan Gingold2022-05-171-14/+0
* elab-vhdl_values: rename signal_index to signal_index_typeTristan Gingold2022-05-151-2/+2
* elab-vhdl_context: add get_instance_parentTristan Gingold2022-05-141-0/+6
* synth: add current_stmt, minor reworkTristan Gingold2022-05-091-0/+13
* elab-vhdl_context: introduce signal_indexTristan Gingold2022-05-061-1/+6
* synth: add debug_btTristan Gingold2022-03-081-0/+17
* synth: handle package instantiation in declarations. Fix #1938Tristan Gingold2022-01-031-1/+1
* synth: add hooks to support elaboration of foreign instancesTristan Gingold2021-11-281-2/+24
* synth: do full elaboration before synthesisTristan Gingold2021-11-011-0/+514