aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdldrv.adb
Commit message (Collapse)AuthorAgeFilesLines
* ghdldrv,configure: allow LIB.UNIT name for -e/-r commands. Fix #1718Tristan Gingold2021-04-101-10/+32
|
* update license headersumarcor2021-01-141-11/+9
|
* libraries: Load_Std_Library: now return a status.Tristan Gingold2020-12-261-2/+6
| | | | | | Propagate this change to libghdl and python binding to avoid abort. For #1551
* ghdldrv: adjust style and some error messages.Tristan Gingold2020-09-201-42/+29
|
* cli: rework syntax, add commands without '-' or '--'umarcor2020-09-201-44/+109
|
* ghdldrv: factorize part of --gen-makefileTristan Gingold2020-07-301-42/+2
| | | | Fix #1403
* vhdl: allows --work between files for -c. Fix #1362Tristan Gingold2020-06-091-0/+1
|
* Automatically add -Wl,-u,ghdl_main when -shared is used. For #640Tristan Gingold2020-04-151-1/+3
|
* ghdldrv: add -shared option to build a shared library. For #640Tristan Gingold2020-04-101-3/+24
|
* ghdldrv: refactoring (move more flags into the command object).Tristan Gingold2020-04-101-116/+119
|
* ghdldrv: Make Perform_Action cmd parameter in out.Tristan Gingold2020-04-101-163/+161
| | | | So that it can change the flags written by decode_option.
* grt and ghdldrv: extract grt-exec.lst from grt.lst. For #640Tristan Gingold2020-04-101-2/+9
|
* Warn on unexpected options for command '-a'. Fix #1066Tristan Gingold2020-03-041-0/+3
|
* vhdl: merge synopsys into the ieee libraries. For #980Tristan Gingold2020-03-041-0/+10
|
* ghdldrv: adjust after change in Dyn_Tables. Fix breakage.Tristan Gingold2019-11-111-6/+5
|
* vhdl: refactoring: remove configure function with string access.Tristan Gingold2019-07-141-16/+22
|
* Error_Msg_Option: do not raise exception.Tristan Gingold2019-06-251-42/+47
|
* ghdldrv: handle --force-analysis for llvm and gcc.Tristan Gingold2019-06-051-2/+1
|
* ghdldrv: use Dyn_Table instead of the GNAT package.Tristan Gingold2019-05-191-8/+6
|
* Add simple_IO - to be used instead of Text_IO.Tristan Gingold2019-05-191-2/+3
|
* 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-2/+2
|
* vhdl: supports VHPIDIRECT in mcode backend.Tristan Gingold2019-04-271-2/+5
| | | | | src: add hash.ad[sb], interning.ad[sb] Automatically link with vhpidirect libraries.
* vhdl: handle names starting with '_' as an identifier.Tristan Gingold2019-03-141-1/+5
| | | | | Remove assertion. Fix #779
* errorout: discard disabled warnings.Tristan Gingold2019-01-041-2/+9
| | | | Fix #729
* ghdldrv: Cmd argument of Perform_Action is now in.Tristan Gingold2018-12-161-26/+26
|
* Finish_Compilation: do not raise Compilation_Error.Tristan Gingold2018-12-161-0/+4
|
* Clarify error message.Tristan Gingold2018-12-111-1/+1
|
* ghdllocal: clean post files.Tristan Gingold2018-10-211-3/+0
|
* ghdldrv: also search exec in prefix/bin.Tristan Gingold2018-10-211-2/+18
|
* ghdldrv: allow bootstrap with oread.Tristan Gingold2018-10-211-2/+1
|
* Add support for --time-resolution (jit only). Fix #613Tristan Gingold2018-08-101-0/+5
|
* Fix warning: use clause for package has no effectVicente Bergas2018-05-031-2/+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.
* Change libraries path to allow installation of system-wide libraries.Tristan Gingold2018-01-251-1/+1
| | | | For #521
* ghdldrv: remove most usages of Nam_Buffer.Tristan Gingold2018-01-181-8/+5
|
* version.in: avoid to duplicate version string.Tristan Gingold2017-12-101-1/+3
|
* Drivers: add --pre-elab (as a stub).Tristan Gingold2017-11-161-1/+25
|
* Update ghdldrv after list changes.Tristan Gingold2017-11-111-37/+44
|
* comment and whitespace cleanupJulius Rakow2017-09-301-10/+10
|
* add gen-depends commandJulius Rakow2017-09-301-49/+112
| | | | | Extend gen-makefile command. Omit phony targets and rules to allow integration in other makefiles.
* Fix typo: paths.Tristan Gingold2017-05-181-13/+13
|
* Use -fpic if gcc is configured with --enable-default-pieTristan Gingold2016-12-061-10/+41
| | | | | | | | Test in configure and set Default_Pie in default_pathes.ads Pass -fpic to ghdl1 if Default_Pie is set. Decode -fpic in ghdl1_llvm Fix #213
* ghdldrv: add --bootstrap-standard to simplify build.Tristan Gingold2016-07-151-3/+44
|
* ghdldrv: consider executable suffix for -r.Tristan Gingold2016-07-051-2/+5
| | | | Fixes #110
* ghdldrv: avoid to pass -P options two times.Tristan Gingold2016-03-191-1/+7
|
* Add bind only option (-b) to make command (-m).Forrest Voight2015-12-061-3/+13
|
* Check llvm version. Fix ghdldrv --post for llvm.Tristan Gingold2015-09-121-97/+132
|
* Reimplement table package (used instead of GNAT.Table).Tristan Gingold2015-09-101-4/+3
|
* canon: do not optimize concurrent procedure calls if not whole_analyze.Tristan Gingold2015-09-081-7/+1
|