aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans-chap12.adb
Commit message (Collapse)AuthorAgeFilesLines
* update license headersumarcor2021-01-141-11/+9
|
* ortho: add unbounded records, rework array subtypes.Tristan Gingold2020-07-251-2/+3
|
* find_top_entity: add location to report errors. Fix #1254Tristan Gingold2020-04-221-2/+2
|
* ghdlsynth: check top entity can be a top entity.Tristan Gingold2019-07-141-1/+1
|
* vhdl: decouple errorouts a bit more.Tristan Gingold2019-05-101-4/+4
|
* vhdl: extract vhdl.errors from errorout.Tristan Gingold2019-05-081-0/+1
|
* vhdl: move iirs_utils to vhdl.utilsTristan Gingold2019-05-061-1/+1
|
* vhdl: move std_standard package to vhdl child.Tristan Gingold2019-05-051-1/+1
|
* vhdl: move configuration package as a vhdl child.Tristan Gingold2019-05-051-3/+3
|
* vhdl: move sem* packages to vhdl children.Tristan Gingold2019-05-051-3/+3
|
* vhdl: supports VHPIDIRECT in mcode backend.Tristan Gingold2019-04-271-71/+1
| | | | | src: add hash.ad[sb], interning.ad[sb] Automatically link with vhpidirect libraries.
* trans-chap12: minor rewrite.Tristan Gingold2019-04-271-1/+3
|
* trans-chap12 (write_file_list): return if the file cannot be open.Tristan Gingold2018-12-291-0/+1
| | | | Fix #722
* Create sem_lib from libraries.Tristan Gingold2018-11-141-2/+3
|
* Rework translation of unbounded and complex types.Tristan Gingold2018-10-211-6/+3
|
* Improve doc, fix English typo.Tristan Gingold2018-09-231-1/+1
|
* Add support for --time-resolution (jit only). Fix #613Tristan Gingold2018-08-101-7/+1
|
* Delay translation of default configuration.Tristan Gingold2018-06-191-4/+18
| | | | Fix #606
* Fix warning: use clause for package has no effectVicente Bergas2018-05-031-4/+0
| | | | | | | With gcc 8.1 the following message appears: warning: use clause for package "*" has no effect gnatmake: "*.adb" compilation error This patch fixes it.
* Rework list implementation, use iterator.Tristan Gingold2017-11-111-3/+5
|
* vhdl08: support top-level macro-expanded package instantiation declarations.Tristan Gingold2016-12-051-3/+1
| | | | Fixes #199
* Handle top-level instantiation of macro-expansed packages.Tristan Gingold2016-11-121-1/+3
| | | | Fix #199
* Finish_Compilation: factorize code, move to libraries.Tristan Gingold2016-10-151-17/+18
|
* Rewrite most of error and warning messages.Tristan Gingold2016-08-021-8/+10
|
* Enable vest recursive instantiation test.Tristan Gingold2016-07-031-0/+4
|
* trans-chap12: extract gen_stubs from write_list_list.Tristan Gingold2016-03-111-13/+50
|
* trans-chap12: refactor.Tristan Gingold2016-03-071-53/+65
|
* translate: separate decl and stmt elab subprograms.Tristan Gingold2016-02-231-20/+27
|
* ortho: rename start/finish_const_value to start/finish_init_value.Tristan Gingold2016-02-211-4/+4
|
* trans-chap12: factorize code.Tristan Gingold2016-02-201-9/+1
|
* Allow allocators in default value of subprogramsTristan Gingold2015-08-291-1/+57
| | | | (Handle them in are_trees_equal).
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-121-1/+4
|
* Elaborate generics in two steps. Fix -c/-e for llvm builds.Tristan Gingold2015-03-011-12/+11
|
* Keep and handle simple name for Block_Specification.Tristan Gingold2015-01-161-579/+575
|
* Split translation into child packages.Tristan Gingold2014-11-091-0/+655