aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate
Commit message (Expand)AuthorAgeFilesLines
* 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
* vhdl: consider fully static record aggregates. Fix #2051Tristan Gingold2022-05-073-24/+74
* trans-chap2.adb: adjust owner_subtype for instantiations. Fix #2026Tristan Gingold2022-04-152-0/+39
* translate: adjust null access check: add an explicit check.Tristan Gingold2022-03-263-31/+52
* trans-chap6: add an explicit memory access during fat access deferenceTristan Gingold2022-03-251-0/+10
* trans-chap6.adb: fix minor typing issueTristan Gingold2022-02-261-2/+11
* trans-chap2.adb: handle Kind_Component in Copy_Info. Fix #1943Tristan Gingold2022-01-091-1/+8
* vhdl/translate: handle target aggregate with unbounded names. Fix #1914Tristan Gingold2021-11-244-22/+75
* Add commentsTristan Gingold2021-11-171-0/+2
* trans-chap7: convert to base type for array-element operation. For #1898Tristan Gingold2021-11-031-3/+5
* trans.adb: increased maximum identifier length. Fix #1894Tristan Gingold2021-10-161-1/+1
* Add explicit ?>= and ?> functions for translation.Brian Padalino2021-09-223-4/+8
* trans-chap8: fix iteration on an enumeration type with only one literal.Tristan Gingold2021-09-181-3/+9
* trans-chap8.adb: refactoring and clean-up. For #1514Tristan Gingold2021-09-182-46/+12
* trans-chap4: handle unbounded aggregate initial value to unbounded signal.Tristan Gingold2021-09-161-1/+30
* Fixed some typos (#1868)Patrick Lehmann2021-09-163-3/+3
* trans-chap7: improve handling of vector in aggregates. Fix #1493Tristan Gingold2021-09-141-32/+58
* trans-chap3: improve commentTristan Gingold2021-09-141-4/+4
* ortho: for slices, get element size from the result typeTristan Gingold2021-09-142-5/+11
* trans-chap7: improve handling of vector in aggregates. Fix #1453Tristan Gingold2021-09-121-23/+27
* trans-chap8: fix crash for slice in target aggregate. Fix #786Tristan Gingold2021-09-121-0/+4
* trans-chap7: improve support of aggregate. Fix #1843Tristan Gingold2021-09-101-10/+29
* trans-chap7: Handle unbounded elements in Translate_ConcatenationTristan Gingold2021-09-071-27/+98
* trans-chap3: add a stride parameter to index_array. For #1831Tristan Gingold2021-09-072-18/+21