aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate
Commit message (Expand)AuthorAgeFilesLines
* trans-chap2.adb: fix a warningTristan Gingold2023-02-221-1/+0
* trans-chap2: elaborate dependencies of macro-expanded packages.Tristan Gingold2023-02-191-19/+38
* trans-chap8: fix a crash while checking bounds in signal assignments.Tristan Gingold2023-02-081-1/+1
* trans-chap8: Fix individual assocs of signal parametersTristan Gingold2023-02-081-22/+44
* trans-chap8: minor reindentationTristan Gingold2023-02-081-1/+1
* translate: add --no-elaboration flagTristan Gingold2023-02-045-2/+10
* TBMTristan Gingold2023-02-024-12/+56
* translate: improve support for Flag_ElaborationTristan Gingold2023-02-022-2/+10
* trans-chap3: minor rewriteTristan Gingold2023-02-021-1/+1
* translate: rework translate_object_subtype_indication.Tristan Gingold2023-02-022-48/+56
* translate: add a flag to disable elaborationTristan Gingold2023-01-313-106/+125
* translation.adb: avoid a crash on unused resolver. Fix #2333Tristan Gingold2023-01-301-5/+3
* vhdl/trans: support suspend statesTristan Gingold2023-01-286-15/+48
* src/grt: extract grt-files_lib from grt-filesTristan Gingold2023-01-272-19/+19
* trans: add commentsTristan Gingold2023-01-271-1/+2
* ghdlrun: extract trans_foreignTristan Gingold2023-01-272-0/+138
* ghdldrv: extract trans_link from ghdlrunTristan Gingold2023-01-212-0/+495
* vhdl: refactoring - remove trans_be, mainly added to vhdl-back_endTristan Gingold2023-01-166-269/+56
* simul: handle PSL abortsTristan Gingold2023-01-121-0/+4
* trans-chap3: fix style for old compilersTristan Gingold2023-01-051-0/+1
* trans-chap7: handle unbounded expressions in aggregates.Tristan Gingold2022-12-311-24/+39
* trans-chap5.adb: handle package association in entities.Tristan Gingold2022-12-232-12/+17
* vhdl/translate/ortho_front.adb: avoid crash after errors.Tristan Gingold2022-12-161-0/+5
* trans-chap7.adb: handle any expression for bounds.Tristan Gingold2022-12-111-2/+3
* trans-chap7: handle unconstrained vector in bounded aggregate.Tristan Gingold2022-12-111-6/+10
* vhdl: handle dynamically bounded aggregates with unbounded element.Tristan Gingold2022-12-101-44/+134
* vhdl-evaluation(build_array_choices_vector): handle vhdl-08 aggregates.Tristan Gingold2022-11-161-31/+7
* vhdl/translate: handle predefined operators as conversion functionsTristan Gingold2022-11-073-44/+73
* translate, grt: add lib function for div and rem.Tristan Gingold2022-10-023-8/+84
* trans-chap7: fix choice of exp. Fix #2189Tristan Gingold2022-09-151-3/+3
* trans-chap3: fix invalid copy of element layout. For #2166Tristan Gingold2022-08-121-2/+4
* vhdl: add support for file subtype. Fix #2174Tristan Gingold2022-08-113-2/+11
* trans-chap5: handle inertial individual association. Fix #2118Tristan Gingold2022-08-111-13/+20
* trans-chap7: handle concat of unbounded elements. Fix #2055Tristan Gingold2022-08-111-33/+58
* trans: rework aggregate. For #2166Tristan Gingold2022-08-103-58/+65
* vhdl: add support for default in interface subprogram. Fix #2163Tristan Gingold2022-08-071-0/+3
* trans-chap9.adb: destroy types in PSL expressions. For #2157Tristan Gingold2022-08-041-3/+31
* trans-chap3: translate subtype indication of access subtype. Fix #2152Tristan Gingold2022-07-301-3/+14
* vhdl-sem_names: allow element attribute on element attribute. Fix #2141Tristan Gingold2022-07-282-9/+22
* vhdl: handle element attribute in declarations. Fix #2136Tristan Gingold2022-07-211-11/+21
* vhdl-nodes: renaming.Tristan Gingold2022-07-212-7/+7
* trans-chap8: adjust conditions to pass parameters. Fix #2104Tristan Gingold2022-06-221-2/+9
* trans-chap7: translate anonymous subtype of overflow literal. Fox #2066Tristan Gingold2022-06-191-2/+6
* vhdl/translate: handle inertial association in recursive instantiationTristan Gingold2022-06-162-2/+16
* vhdl: handle 'element in 'range. Fix #2071Tristan Gingold2022-06-151-12/+47
* vhdl-canon: add Canon_Add_Suspend_StateTristan Gingold2022-05-261-1/+3
* trans_analyzes: add support for all processesTristan Gingold2022-05-151-85/+116
* fix: avoid "pragma Unreferenced given" warnings with GCC 12Xiretza2022-05-141-1/+1
* fix: avoid "unnecessary with of ancestor [-gnatwr]" with GCC 12Xiretza2022-05-141-1/+1
* trans_analyzes.adb: reindentTristan Gingold2022-05-121-3/+2