aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/ortho_front.adb
Commit message (Expand)AuthorAgeFilesLines
* vhdl: refactoring - remove trans_be, mainly added to vhdl-back_endTristan Gingold2023-01-161-5/+7
* vhdl/translate/ortho_front.adb: avoid crash after errors.Tristan Gingold2022-12-161-0/+5
* ghdldrv,configure: allow LIB.UNIT name for -e/-r commands. Fix #1718Tristan Gingold2021-04-101-8/+24
* update license headersumarcor2021-01-141-11/+9
* libraries: Load_Std_Library: now return a status.Tristan Gingold2020-12-261-1/+3
* vhdl: allows --work between files for -c. Fix #1362Tristan Gingold2020-06-091-19/+37
* vhdl: refactoring: remove configure function with string access.Tristan Gingold2019-07-141-11/+13
* Error_Msg_Option: do not raise exception.Tristan Gingold2019-06-251-6/+6
* 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: rename iirs to vhdl.nodesTristan Gingold2019-05-051-1/+1
* vhdl: move ieee packages to vhdl children.Tristan Gingold2019-05-051-3/+3
* vhdl: move configuration package as a vhdl child.Tristan Gingold2019-05-051-5/+5
* vhdl: move sem* packages to vhdl children.Tristan Gingold2019-05-051-3/+3
* vhdl: supports VHPIDIRECT in mcode backend.Tristan Gingold2019-04-271-2/+126
* Fix a typo.Tristan Gingold2019-01-051-1/+2
* errorout: discard disabled warnings.Tristan Gingold2019-01-041-5/+10
* Rename overloaded Load_File and export it to python.Tristan Gingold2018-12-131-2/+2
* errorout: split and rework.Tristan Gingold2018-11-161-0/+4
* Create sem_lib from libraries.Tristan Gingold2018-11-141-3/+4
* vhdl parse: get rid of parse_error exception.Tristan Gingold2018-11-121-2/+1
* Add support for --time-resolution (jit only). Fix #613Tristan Gingold2018-08-101-5/+11
* Fix warning: use clause for package has no effectVicente Bergas2018-05-031-1/+1
* Drivers: add --pre-elab (as a stub).Tristan Gingold2017-11-161-8/+27
* Adjust ortho_front.adb to use list iterators.Tristan Gingold2017-11-111-12/+11
* Refine previous patch: don't keep obsolete units of current analyzed file.Tristan Gingold2017-07-201-33/+28
* Finish_Compilation: factorize code, move to libraries.Tristan Gingold2016-10-151-105/+158
* vhdl08: first working example of interface type.Tristan Gingold2016-09-221-2/+1
* Rework warnings to have a uniq tag per warning.Tristan Gingold2016-08-011-1/+1
* ghdldrv: add --bootstrap-standard to simplify build.Tristan Gingold2016-07-151-1/+3
* Fix indentation and English mistakes.Tristan Gingold2016-07-051-1/+1
* avoid a crash if --elab without -l.Tristan Gingold2015-12-161-0/+4
* Elaborate generics in two steps. Fix -c/-e for llvm builds.Tristan Gingold2015-03-011-1/+1
* Split translation into child packages.Tristan Gingold2014-11-091-2/+2
* Move translate and simulate.Tristan Gingold2014-11-051-0/+445