Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | synth: rework error procedure, always pass the instance | Tristan Gingold | 2022-09-25 | 1 | -0/+2 |
| | |||||
* | synth: simplify elab-vhdl_annotations | Tristan Gingold | 2022-09-19 | 2 | -4/+0 |
| | |||||
* | synth: rename vhdl.annotations to elab.vhdl_annotations | Tristan Gingold | 2022-09-19 | 2 | -5/+6 |
| | |||||
* | synth: factorize code (reuse synth_constant_declaration) | Tristan Gingold | 2022-09-17 | 1 | -0/+2 |
| | |||||
* | simul: improve error handling during elaboration | Tristan Gingold | 2022-09-16 | 1 | -5/+5 |
| | |||||
* | simul: handle --expect-failure for elaboration | Tristan Gingold | 2022-09-14 | 3 | -11/+15 |
| | |||||
* | synth: fix and add checks for memory management. | Tristan Gingold | 2022-09-10 | 1 | -0/+8 |
| | |||||
* | simul: rework assertions execution and error handling | Tristan Gingold | 2022-08-21 | 1 | -5/+0 |
| | |||||
* | ghdlsimul: add an option to debug before elaboration | Tristan Gingold | 2022-08-18 | 1 | -0/+2 |
| | |||||
* | Makefile.in: allow build of ghdl_mcode with sundials enabled | Tristan Gingold | 2022-07-21 | 1 | -0/+25 |
| | |||||
* | ghdlsimul: simplify elaboration circuitery | Tristan Gingold | 2022-07-20 | 1 | -13/+0 |
| | |||||
* | synth: rework #2109 - remove null wires | Tristan Gingold | 2022-06-27 | 1 | -0/+2 |
| | |||||
* | src/synth: add netlists.rename to rename identifiers. Fix #2054 | Tristan Gingold | 2022-06-14 | 1 | -0/+2 |
| | |||||
* | elab-debugger: remove duplicate flag | Tristan Gingold | 2022-06-03 | 2 | -2/+5 |
| | |||||
* | ghdlsimul: use assertion level from command line | Tristan Gingold | 2022-05-29 | 1 | -0/+2 |
| | |||||
* | ghdlsimul: initial stop is after elaboration | Tristan Gingold | 2022-05-27 | 1 | -8/+1 |
| | |||||
* | vhdl-canon: add Canon_Add_Suspend_State | Tristan Gingold | 2022-05-26 | 1 | -0/+1 |
| | |||||
* | vhdl-canon: remove unused canon_flag_inertial_associations | Tristan Gingold | 2022-05-20 | 2 | -5/+0 |
| | |||||
* | ghdlcomp(common_compile_elab): add allow_undef_generic parameter | Tristan Gingold | 2022-05-16 | 4 | -4/+8 |
| | |||||
* | ghdlsimul: add and improve debugger | Tristan Gingold | 2022-05-14 | 1 | -1/+10 |
| | |||||
* | fix: avoid "pragma Unreferenced given" warnings with GCC 12 | Xiretza | 2022-05-14 | 1 | -1/+1 |
| | |||||
* | ghdlsimul: add option -t to trace statements | Tristan Gingold | 2022-05-12 | 1 | -0/+2 |
| | |||||
* | ghdllocal.adb: move pragma suppress. Fix #2056 | Tristan Gingold | 2022-05-12 | 1 | -1/+1 |
| | |||||
* | ghdlsimul: now based on synth elab | Tristan Gingold | 2022-05-11 | 2 | -101/+118 |
| | |||||
* | 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 |
| | | | | Fix #137 | ||||
* | 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 |
| | | | | | | --libghdl-include-dir should point at a directory containing a ghdl/ subdirectory while --vpi-include-dir should point right at the ghdl/ subdir. | ||||
* | Fix hardcoded values in gcc backend's default_paths | Daniel Gröber | 2022-03-13 | 1 | -44/+0 |
| | | | | | | | | | | The gcc backend's Make-lang.in still had hardcoded install paths. Since this is copied to the gcc build system we don't have access to our configure variables, so just treat it as a subst_file in the configure script. While we're at it we get rid of the separate sed invocation for default_paths and have that go through config.status instead. | ||||
* | mk: Introduce configure options for inc/libdirsuffix | Daniel Gröber | 2022-03-11 | 5 | -15/+18 |
| | | | | | | | | 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. | ||||
* | Add --std=19 | Xiretza | 2022-02-28 | 1 | -0/+2 |
| | | | | | | Currently, all behaviour is the same as for --std=08, except for the standard library search path. No standard libraries exist yet, so running ghdl with --std=19 will fail. | ||||
* | 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 |
| | | | | | | Instead of swapping L/R arguments to try to create ?>= and ?>, create a function for each which performs the not operation of ?< and ?<= as defined by the LRM. |