Commit message (Collapse) | 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: call elab.vhdl_objtypes.init in options | Tristan Gingold | 2022-04-26 | 1 | -3/+0 |
| | |||||
* | ghdldrv: extract ghdllib from ghdlsynth | Tristan Gingold | 2022-03-22 | 1 | -63/+0 |
| | |||||
* | mk: Introduce configure options for inc/libdirsuffix | Daniel Gröber | 2022-03-11 | 1 | -4/+4 |
| | | | | | | | | This patch is based on one from the Debian ghdl packaging. We use it to support coinstallability of the different ghdl backend executables. Force prepending ghdl/ to the include path really doesn't help us with that any. Note this effectively reverts 786ca17ce. | ||||
* | Fix --libghdl-include-dir ghdl/ suffix | Daniel Gröber | 2022-03-11 | 1 | -1/+3 |
| | | | | | | Commit 66cd5e0aa ("Include directory structure proposal.") added a ghdl/ subdir to the include directory. This wasn't properly reflected in ghdlsynth. | ||||
* | 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 | 1 | -14/+19 |
| | |||||
* | 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 | 1 | -0/+4 |
| | |||||
* | synth: do full elaboration before synthesis | Tristan Gingold | 2021-11-01 | 1 | -13/+15 |
| | |||||
* | ghdllocal: generalize top level unit extraction | Tristan Gingold | 2021-09-07 | 1 | -29/+9 |
| | |||||
* | 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 |
| | |||||
* | ghdlsynth: never display a foreign module as pure vhdl | Tristan Gingold | 2021-04-28 | 1 | -2/+7 |
| | | | | (do not try to display the original entity when this is none) | ||||
* | 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 | 1 | -2/+4 |
| | |||||
* | 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 | 1 | -4/+14 |
| | |||||
* | 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 |
| | |||||
* | ghdlsynth.adb: unknown vendor library is now an error. Fix #1650 | Tristan Gingold | 2021-02-19 | 1 | -1/+6 |
| | |||||
* | src/ghdldrv: fix regression for ghdl-yosys-plugin | Tristan Gingold | 2021-01-20 | 1 | -1/+1 |
| | | | | Allow to do multiple synthesis | ||||
* | ghdlsynth: check filename extension | Tristan Gingold | 2021-01-19 | 1 | -0/+8 |
| | |||||
* | update license headers | umarcor | 2021-01-14 | 1 | -11/+9 |
| | |||||
* | synth: add option to treat asserts as assumes and vice-versa | tmeissner | 2021-01-02 | 1 | -0/+8 |
| | |||||
* | ghdlsynth.adb: clear error counters to allow multiple synthesis. | Tristan Gingold | 2020-11-04 | 1 | -0/+3 |
| | | | | For ghdl/ghdl-yosys-plugin#137 | ||||
* | ghdldrv: adjust style and some error messages. | Tristan Gingold | 2020-09-20 | 1 | -3/+2 |
| | |||||
* | cli: rework syntax, add commands without '-' or '--' | umarcor | 2020-09-20 | 1 | -9/+20 |
| | |||||
* | synth: add --no-assert-cover option. Fix #1414 | Tristan Gingold | 2020-07-31 | 1 | -0/+5 |
| | |||||
* | synth: add -g option to enable debugger on some errors. | Tristan Gingold | 2020-07-26 | 1 | -0/+2 |
| | |||||
* | ghdlsynth: fix handling of --work within source files. | Tristan Gingold | 2020-07-01 | 1 | -0/+1 |
| | |||||
* | ghdlsynth: add --no-formal and help. | Tristan Gingold | 2020-06-16 | 1 | -0/+23 |
| | |||||
* | vhdl: allows --work between files for -c. Fix #1362 | Tristan Gingold | 2020-06-09 | 1 | -3/+4 |
| | |||||
* | synth: refine -dm debug option. Add -dm2 | Tristan Gingold | 2020-05-31 | 1 | -1/+5 |
| | |||||
* | netlists: add disp_stats. | Tristan Gingold | 2020-05-18 | 1 | -1/+9 |
| | |||||
* | netlists: add a very simple dot dump. | Tristan Gingold | 2020-04-25 | 1 | -1/+9 |
| | |||||
* | synth: support -v option. | Tristan Gingold | 2020-04-22 | 1 | -0/+6 |
| | |||||
* | find_top_entity: add location to report errors. Fix #1254 | Tristan Gingold | 2020-04-22 | 1 | -1/+2 |
| | |||||
* | ghdldrv: Make Perform_Action cmd parameter in out. | Tristan Gingold | 2020-04-10 | 1 | -2/+2 |
| | | | | So that it can change the flags written by decode_option. | ||||
* | ghdlsynth: avoid a bug-box in case of analysis error in plugin. | Tristan Gingold | 2020-04-07 | 1 | -1/+2 |
| | |||||
* | synthesis: add option --vendor-library= for synthesis. | Tristan Gingold | 2020-03-10 | 1 | -22/+49 |
| | |||||
* | synth: top entity name is not anymore hashed by default. | Tristan Gingold | 2020-03-01 | 1 | -2/+13 |
| | | | | Use --top-name=hash to get the previous behaviour. | ||||
* | ghdlcomp: renaming; allow files in any order for --synth. | Tristan Gingold | 2020-01-30 | 1 | -1/+1 |
| | |||||
* | synth: add --expect-failure for command --synth | Tristan Gingold | 2020-01-11 | 1 | -1/+18 |
| | |||||
* | synth: simplify support of inertial associations. | Tristan Gingold | 2020-01-09 | 1 | -0/+4 |
| |