aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlcomp.adb
Commit message (Expand)AuthorAgeFilesLines
* ghdlcomp: set Flag_Elaboration for -c/-rTristan Gingold2023-04-201-0/+1
* ghdlcomp: free unused nodeTristan Gingold2023-03-231-0/+1
* simul: handle --expect-failure for elaborationTristan Gingold2022-09-141-2/+0
* ghdlcomp(common_compile_elab): add allow_undef_generic parameterTristan Gingold2022-05-161-1/+3
* ghdlcomp: exit with error status in case of error. For #1908Tristan Gingold2021-11-051-0/+4
* ghdllocal: generalize top level unit extractionTristan Gingold2021-09-071-3/+7
* ghdldrv,configure: allow LIB.UNIT name for -e/-r commands. Fix #1718Tristan Gingold2021-04-101-6/+10
* ghdldrv/: initial support for foreign modulesTristan Gingold2021-04-051-3/+3
* update license headersumarcor2021-01-141-11/+9
* libraries: Load_Std_Library: now return a status.Tristan Gingold2020-12-261-5/+14
* ghdldrv: adjust style and some error messages.Tristan Gingold2020-09-201-26/+19
* cli: rework syntax, add commands without '-' or '--'umarcor2020-09-201-15/+47
* ghdldrv: factorize part of --gen-makefileTristan Gingold2020-07-301-45/+2
* vhdl: avoid crash on error for -c/-r.Tristan Gingold2020-06-251-1/+3
* vhdl: allows --work between files for -c. Fix #1362Tristan Gingold2020-06-091-1/+8
* ghdldrv: add support for --time-resolution for -e. For #1281Tristan Gingold2020-05-041-8/+4
* ghdldrv: Make Perform_Action cmd parameter in out.Tristan Gingold2020-04-101-14/+14
* Warn on unexpected options for command '-a'. Fix #1066Tristan Gingold2020-03-041-0/+2
* ghdllocal: add command --elab-orderTristan Gingold2020-02-011-1/+1
* ghdlcomp: renaming; allow files in any order for --synth.Tristan Gingold2020-01-301-5/+5
* ghdlsynth: check top entity can be a top entity.Tristan Gingold2019-07-141-1/+1
* vhdl: refactoring: remove configure function with string access.Tristan Gingold2019-07-141-21/+21
* ghdldrv: add comments, analyze files for --synth/-eTristan Gingold2019-07-011-0/+2
* ghdlcomp: fix warnings.Tristan Gingold2019-06-291-4/+1
* ghdldrv: refactoring - share more code, isolate ghdlsynth from ghdlsimul.Tristan Gingold2019-06-291-6/+59
* Error_Msg_Option: do not raise exception.Tristan Gingold2019-06-251-9/+13
* ghdlcomp: really obey to --force-analysis.Tristan Gingold2019-06-051-11/+6
* ghdldrv: handle --force-analysis for llvm and gcc.Tristan Gingold2019-06-051-3/+0
* Add simple_IO - to be used instead of Text_IO.Tristan Gingold2019-05-191-7/+6
* vhdl: move std_standard package to vhdl child.Tristan Gingold2019-05-051-3/+3
* vhdl: move sem* packages to vhdl children.Tristan Gingold2019-05-051-4/+4
* parse/sem: be more tolerant of parse errors.Tristan Gingold2018-12-231-1/+6
* Analysis: tolerate more parse errors.Tristan Gingold2018-12-211-1/+2
* Sem: tolerates more parse errors.Tristan Gingold2018-12-191-1/+6
* driver: add --force-analysis debug flag.Tristan Gingold2018-12-161-13/+36
* ghdldrv: Cmd argument of Perform_Action is now in.Tristan Gingold2018-12-161-14/+14
* Rename overloaded Load_File and export it to python.Tristan Gingold2018-12-131-3/+3
* Create sem_lib from libraries.Tristan Gingold2018-11-141-5/+6
* Pass time-resolution to grt.Tristan Gingold2018-10-211-6/+3
* Add support for --time-resolution (jit only). Fix #613Tristan Gingold2018-08-101-2/+28
* Also set -fX and --std to GHDLFLAGS for --gen-makefileTristan Gingold2018-07-211-0/+2
* ghdl_mcode: error message if no file to analyze.Tristan Gingold2018-03-011-0/+5
* version.in: avoid to duplicate version string.Tristan Gingold2017-12-101-1/+3
* Rework list implementation, use iterator.Tristan Gingold2017-11-111-6/+11
* ghdlcomp: add compile_analyze_file2.Tristan Gingold2017-10-021-1/+47
* Fix typo: paths.Tristan Gingold2017-05-181-2/+2
* ghdlcomp: extract disp_config as a procedure.Tristan Gingold2016-12-121-9/+16
* nodes_gc: move checks in libraries (WIP)Tristan Gingold2016-10-171-10/+2
* Finish_Compilation: factorize code, move to libraries.Tristan Gingold2016-10-151-2/+1
* Emit a better message for -Wl with mcode backend.Tristan Gingold2016-09-261-2/+5