| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ghdlsynth.adb: remove -E experimental command | Tristan Gingold | 2022-05-10 | 1 | -145/+42 |
* | elab-vhdl_debug: also print objects in disp_hierarchy | Tristan Gingold | 2022-05-01 | 1 | -1/+1 |
* | ghdlsynth: add experimental command -E | Tristan Gingold | 2022-04-29 | 1 | -8/+133 |
* | ghdldrv: allow --work within files for import command | Tristan Gingold | 2022-04-29 | 1 | -19/+60 |
* | ghdllib: adjust first line comment (pasto) | Tristan Gingold | 2022-04-28 | 2 | -2/+2 |
* | ghdldrv: call elab.vhdl_objtypes.init in options | Tristan Gingold | 2022-04-26 | 1 | -3/+0 |
* | ghdldrv: add --all option to dir command | Yuni Tsukiyama | 2022-04-19 | 1 | -3/+61 |
* | translate: adjust null access check: add an explicit check. | Tristan Gingold | 2022-03-26 | 1 | -0/+2 |
* | ghdldrv: extract ghdllib from ghdlsynth | Tristan Gingold | 2022-03-22 | 6 | -63/+115 |
* | grt: extract grt-vhdl_types from grt-types | Tristan Gingold | 2022-03-22 | 1 | -1/+2 |
* | Fix include-dir paths returned by cmdline _again_ | Daniel Gröber | 2022-03-14 | 1 | -1/+2 |
* | Fix hardcoded values in gcc backend's default_paths | Daniel Gröber | 2022-03-13 | 1 | -44/+0 |
* | mk: Introduce configure options for inc/libdirsuffix | Daniel Gröber | 2022-03-11 | 5 | -15/+18 |
* | Fix --libghdl-include-dir ghdl/ suffix | Daniel Gröber | 2022-03-11 | 1 | -1/+3 |
* | Add --std=19 | Xiretza | 2022-02-28 | 1 | -0/+2 |
* | Prepare for release 2.0.0 | Tristan Gingold | 2022-02-28 | 1 | -1/+1 |
* | ghdldrv: fix crash due to double initialization | Tristan Gingold | 2021-12-19 | 1 | -0/+3 |
* | ghdldrv: handle generic overrides on foreign units | Tristan Gingold | 2021-12-13 | 2 | -29/+21 |
* | synth: add --latches option to enable latches. Fix #938 | Tristan Gingold | 2021-12-06 | 1 | -0/+3 |
* | synth: adjustments for foreign_module | Tristan Gingold | 2021-11-28 | 1 | -3/+10 |
* | synth: add a hook to resolve foreign instantiation names | Tristan Gingold | 2021-11-28 | 2 | -0/+8 |
* | ghdlcomp: exit with error status in case of error. For #1908 | Tristan Gingold | 2021-11-05 | 1 | -0/+4 |
* | synth: do full elaboration before synthesis | Tristan Gingold | 2021-11-01 | 1 | -13/+15 |
* | elab-order command: add an option to display libraries. Fix #1736 | Tristan Gingold | 2021-10-04 | 1 | -4/+27 |
* | ghdldrv: use environment variable CC to set the default compiler. For #1629 | Tristan Gingold | 2021-09-23 | 1 | -3/+6 |
* | Add explicit ?>= and ?> functions for translation. | Brian Padalino | 2021-09-22 | 1 | -0/+4 |
* | ghdllocal: generalize top level unit extraction | Tristan Gingold | 2021-09-07 | 5 | -38/+59 |
* | vhdl and psl: parse sync_abort and async_abort. For #1654 | Tristan Gingold | 2021-08-30 | 1 | -0/+2 |
* | ghdlsynth: add debug option for elaboration | Tristan Gingold | 2021-08-28 | 1 | -1/+5 |
* | ghdlsynth.adb: fix a typo | Tristan Gingold | 2021-08-26 | 1 | -1/+1 |
* | ghdldrv: handle auxbase option in ortho/gcc. Fix #1845 | Tristan Gingold | 2021-08-24 | 1 | -10/+0 |
* | ghdldrv.adb: use cc (instead of gcc) as linker driver. Fix #1629 | Tristan Gingold | 2021-08-01 | 1 | -1/+1 |
* | ghdldrv.adb: factorize code (for #1817) | Tristan Gingold | 2021-07-23 | 1 | -68/+57 |
* | ghdldrv.adb: pass option -auxbase to ghdl1. For #1817 | Tristan Gingold | 2021-07-23 | 1 | -1/+14 |
* | ghdllocal.adb: do not set Exec_Prefix if already set (by libghdl) | Tristan Gingold | 2021-07-05 | 1 | -1/+4 |
* | Fix warnings from gnatgpl 2021 | Tristan Gingold | 2021-05-30 | 1 | -1/+1 |
* | ghdlsynth: never display a foreign module as pure vhdl | Tristan Gingold | 2021-04-28 | 1 | -2/+7 |
* | synth: add verilog output | Tristan Gingold | 2021-04-28 | 1 | -0/+6 |
* | synth: rename synth-context to synth-vhdl_context | Tristan Gingold | 2021-04-16 | 1 | -2/+2 |
* | ghdldrv,configure: allow LIB.UNIT name for -e/-r commands. Fix #1718 | Tristan Gingold | 2021-04-10 | 5 | -27/+91 |
* | ghdlsynth.adb: fix a previous commit | Tristan Gingold | 2021-04-05 | 1 | -1/+1 |
* | vhdl and libraries: add support for binding to a foreign module | Tristan Gingold | 2021-04-05 | 1 | -12/+14 |
* | ghdldrv/: initial support for foreign modules | Tristan Gingold | 2021-04-05 | 3 | -8/+25 |
* | ghdlsynth: add --out=raw-vhdl. For #1702 | Tristan Gingold | 2021-03-29 | 1 | -7/+7 |
* | ghdlsynth.adb: also allow .psl files without any warning | Tristan Gingold | 2021-03-27 | 1 | -6/+10 |
* | ghdlvpi.adb: use Directory_Separator. | Tristan Gingold | 2021-03-07 | 1 | -1/+3 |
* | Include directory structure proposal. | Michał Kruszewski | 2021-03-07 | 1 | -1/+1 |
* | VHPI: add initial minimal implementation | Marlon James | 2021-03-04 | 2 | -9/+9 |
* | ghdlsynth.adb: unknown vendor library is now an error. Fix #1650 | Tristan Gingold | 2021-02-19 | 1 | -1/+6 |
* | Makefile: put libraries in lib/. For #1642 | Tristan Gingold | 2021-02-13 | 1 | -2/+1 |