aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate
Commit message (Collapse)AuthorAgeFilesLines
* translate: adjust bounds handling in procedure calls.Tristan Gingold2023-04-303-22/+45
| | | | Part of #2417
* translate: fix use on subtype attribute in signal declarationTristan Gingold2023-04-282-20/+22
| | | | Fix #2424
* trans-chap7: optimize is_a_derived_type for #2417Tristan Gingold2023-04-201-5/+20
| | | | Avoid useless subtype conversions
* trans-chap2: handle more package instantiationsTristan Gingold2023-04-131-26/+48
|
* translate: improve support of nested uninstantiated packagesTristan Gingold2023-04-133-35/+105
|
* translate: refactoring for subprg_translate_kindTristan Gingold2023-04-134-9/+21
|
* translate: fix elaboration of nested uninstantiated package.Tristan Gingold2023-04-131-7/+31
| | | | For #2395
* translate: more refactoring for packagesTristan Gingold2023-04-131-73/+87
|
* translate: refactor subprograms translation for packagesTristan Gingold2023-04-133-34/+78
|
* translate: refactorize translate_package_internalTristan Gingold2023-04-121-100/+121
|
* translate: refactor prefixes for packagesTristan Gingold2023-04-121-37/+34
|
* translate: refactoring for package unitsTristan Gingold2023-04-123-58/+108
|
* translate: add elab_package_declarationTristan Gingold2023-04-123-3/+13
|
* translate: add Elab_Package_Unit_Without_BodyTristan Gingold2023-04-123-1/+7
|
* trans-chap2: add commentsTristan Gingold2023-04-081-0/+5
|
* translation: minor cleanup (remove unreachable code)Tristan Gingold2023-04-081-6/+0
|
* trans-chap2: defer body elaboration if non-immediate bodyTristan Gingold2023-04-081-6/+9
| | | | Fix #2402
* translation: improve type conversion (recurse)Tristan Gingold2023-04-073-82/+120
|
* translate: factorize and improve implicit subtype conversion codeTristan Gingold2023-04-072-132/+124
|
* trans-chap7: fix incorrect element layout for concatenationTristan Gingold2023-04-071-6/+18
|
* translate: rework subtype conversion. Fix #2356Tristan Gingold2023-03-294-14/+160
|
* trans-chap8: free nodes created by canon for conditional assignmentTristan Gingold2023-03-271-5/+23
|
* translate_entity_init_ports: free a temporary nodeTristan Gingold2023-03-261-0/+4
|
* trans-chap8(translate_wait_statement): free sensitivity listTristan Gingold2023-03-261-1/+6
|
* vhdl: generate and handle package_instantiation_bodyTristan Gingold2023-03-223-8/+26
|
* trans-chap2: improve support for nested package instantiationTristan Gingold2023-03-222-12/+28
|
* trans-chap7: partial rewrite of translate_implicit_array_conversionTristan Gingold2023-03-201-49/+169
|
* trans-chap3(is_equal_limit): also handle type_mode_e32Tristan Gingold2023-03-151-1/+2
| | | | Fix #2393
* 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
| | | | Fix #2353
* trans-chap8: fix a crash while checking bounds in signal assignments.Tristan Gingold2023-02-081-1/+1
| | | | Fix #2346
* trans-chap8: Fix individual assocs of signal parametersTristan Gingold2023-02-081-22/+44
| | | | (for non-suspendable procedures).
* 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
| | | | Fix #2337
* 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
| | | | Fix #2288
* trans-chap5.adb: handle package association in entities.Tristan Gingold2022-12-232-12/+17
| | | | Fix #2264