aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate
Commit message (Collapse)AuthorAgeFilesLines
* 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
* vhdl/translate/ortho_front.adb: avoid crash after errors.Tristan Gingold2022-12-161-0/+5
| | | | Fix #2271
* trans-chap7.adb: handle any expression for bounds.Tristan Gingold2022-12-111-2/+3
| | | | Fix #2223
* 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
| | | | Fix #2216
* vhdl-evaluation(build_array_choices_vector): handle vhdl-08 aggregates.Tristan Gingold2022-11-161-31/+7
| | | | For #2244
* 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
| | | | | Do not rely on hardware exceptions to catch division by 0, they are caught in windows by the c handler and not propagated
* 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
| | | | Build element layout of a subtype if the element was defined by the subtype.
* 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
|