Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testsuite/synth: add a test for #1886 | Tristan Gingold | 2021-10-09 | 7 | -0/+193 |
| | |||||
* | synth-vhdl_expr: fix handling of negative factor in slice. For #1886 | Tristan Gingold | 2021-10-09 | 1 | -25/+61 |
| | |||||
* | synth-vhdl_decls.adb: also detect unassigned variables. | Tristan Gingold | 2021-10-09 | 1 | -11/+4 |
| | | | | For ghdl/ghdl-yosys-plugin#159 | ||||
* | Makefile.in: honor GHDL_* envvars for overriding version | umarcor | 2021-10-09 | 1 | -5/+5 |
| | |||||
* | testsuite/gna: add a test for #1883 | Tristan Gingold | 2021-10-06 | 2 | -0/+22 |
| | |||||
* | vhdl-scanner: improve error message. Fix #1883 | Tristan Gingold | 2021-10-06 | 1 | -1/+2 |
| | |||||
* | version.in: reformatting, simplify the Makefile rule | Tristan Gingold | 2021-10-06 | 2 | -19/+17 |
| | |||||
* | ci: upload ghdl.1 to nightly | umarcor | 2021-10-04 | 1 | -9/+2 |
| | |||||
* | Makefile.in: Allow overriding version string even with git | Andreas Bombe | 2021-10-04 | 1 | -6/+9 |
| | | | | | | | | When creating version.tmp, the Makefile.in has provisions for setting the DESC, REF and HASH variables from environment variables. However these would be overwritten if it detects it is building from a git checkout. This commit changes it to always override the default or autodetected values when the environment variables are available, | ||||
* | Makefile.in: Use $(CURDIR) instead of $(shell pwd) | Andreas Bombe | 2021-10-04 | 1 | -1/+1 |
| | | | | | | | | GNU make will set the variable CURDIR to the current directory, there is no need to call out to the shell. Also use simple assignment instead of conditional on not previously set. Otherwise it could get its value from an envirnoment variable "PWD", which shells may or may not have set, or which may not be up to date at the time of the call. | ||||
* | doc/ghdl.1: Follow style conventions in SEE ALSO section | Andreas Bombe | 2021-10-04 | 1 | -3/+1 |
| | |||||
* | Makefile.in: Fix missed files in distclean | Andreas Bombe | 2021-10-04 | 1 | -0/+1 |
| | | | | | The files elf_arch.ads and ghdlsynth_maybe.ads are created by the configure script and also need to be removed in distclean. | ||||
* | testsuite/gna: add a test for #1736 | Tristan Gingold | 2021-10-04 | 4 | -0/+42 |
| | |||||
* | elab-order command: add an option to display libraries. Fix #1736 | Tristan Gingold | 2021-10-04 | 2 | -12/+39 |
| | |||||
* | testsuite/gna: add a test for #1386 | Tristan Gingold | 2021-10-03 | 2 | -0/+22 |
| | |||||
* | grt-change_generics: handle subtype for elements. Fix #1386 | Tristan Gingold | 2021-10-03 | 1 | -2/+8 |
| | |||||
* | testsuite/gna: add tests for previous commit | Tristan Gingold | 2021-10-01 | 4 | -0/+21 |
| | |||||
* | vhdl: report unused types and subtypes | Tristan Gingold | 2021-10-01 | 2 | -1/+13 |
| | |||||
* | testsuite/gna: add a test for previous commit | Tristan Gingold | 2021-10-01 | 3 | -0/+11 |
| | |||||
* | vhdl-formatters: fix bad reformatting on a simple range. | Tristan Gingold | 2021-10-01 | 1 | -0/+1 |
| | |||||
* | vhdl: warns on unused component declarations | Tristan Gingold | 2021-09-30 | 2 | -1/+5 |
| | |||||
* | testsuite/gna: add a test for #1759 | Tristan Gingold | 2021-09-30 | 2 | -0/+38 |
| | |||||
* | grt-vcd.adb: add option --vcd-4states to dump a strict vcd file. Fix #1759 | Tristan Gingold | 2021-09-30 | 2 | -8/+25 |
| | |||||
* | testsuite/gna: add a test for #1881 | Tristan Gingold | 2021-09-29 | 3 | -0/+103 |
| | |||||
* | grt-vcd: exclude arrays from dump. Fix #1881 | Tristan Gingold | 2021-09-29 | 1 | -59/+67 |
| | |||||
* | netlists-disp_verilog: fix name for memory initialization | Tristan Gingold | 2021-09-28 | 1 | -3/+4 |
| | |||||
* | testsuite/gna: add a test for #1876 | Tristan Gingold | 2021-09-24 | 3 | -0/+35 |
| | |||||
* | grt-change_generics: handle array subtypes. Fix #1876 | Tristan Gingold | 2021-09-24 | 1 | -6/+20 |
| | |||||
* | Add parsing of case? statement and simple test. | Brian Padalino | 2021-09-24 | 13 | -317/+465 |
| | | | | Also add the Matching flag to the Iir_Kind_Case_Statement. | ||||
* | ghdldrv: use environment variable CC to set the default compiler. For #1629 | Tristan Gingold | 2021-09-23 | 1 | -3/+6 |
| | |||||
* | testsuite/gna: add a test for #1875 | Tristan Gingold | 2021-09-23 | 2 | -0/+30 |
| | |||||
* | vhdl-ieee-vital_timing.adb: handle vhdl 2008. Fix #1875 | Tristan Gingold | 2021-09-23 | 1 | -3/+15 |
| | |||||
* | vhdl-evaluation.adb: Minor style fixes | Tristan Gingold | 2021-09-23 | 1 | -60/+61 |
| | |||||
* | vhdl-sem_assocs.adb: add comments | Tristan Gingold | 2021-09-23 | 1 | -10/+41 |
| | |||||
* | Add test for matching operators. | Brian Padalino | 2021-09-23 | 2 | -0/+180 |
| | | | | Add an exhaustive test for the matching operators. | ||||
* | testsuite/pyunit/lsp/LanguageServer: fix pasto | umarcor | 2021-09-23 | 1 | -10/+2 |
| | |||||
* | ci: run macOS 10.15 and 11.0 (#1630) | eine | 2021-09-23 | 1 | -5/+8 |
| | |||||
* | scripts/vendors: fix PoSh scripting (#1878) | Unai Martinez-Corral | 2021-09-22 | 7 | -13/+13 |
|\ | |||||
| * | Fixed it also in other vendor scripts. Fixed verbosity level. | Patrick Lehmann | 2021-09-22 | 5 | -9/+9 |
| | | |||||
| * | Fixed parameter types and how to pass boolean/switch parameters from PoSh ↵ | Patrick Lehmann | 2021-09-22 | 3 | -4/+4 |
| | | | | | | | | script to PoSh script. | ||||
* | | Add explicit ?>= and ?> functions for translation. | Brian Padalino | 2021-09-22 | 6 | -4/+30 |
|/ | | | | | | 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. | ||||
* | Implement Matching Operators (#1872) | Brian Padalino | 2021-09-22 | 1 | -8/+148 |
| | | | Implement the matching operators ?<, ?<=, ?>, ?>=, ?/=. | ||||
* | testsuite/gna: add a test for #543 | Tristan Gingold | 2021-09-18 | 3 | -0/+38 |
| | |||||
* | vhdl-evaluation.adb: handle iir_kind_aggregate in build_constant. Fix #543 | Tristan Gingold | 2021-09-18 | 1 | -0/+11 |
| | |||||
* | vhdl-parse.adb: minor reformatting | Tristan Gingold | 2021-09-18 | 1 | -1/+2 |
| | |||||
* | testsuite/gna: add a test for #1514 | Tristan Gingold | 2021-09-18 | 2 | -0/+22 |
| | |||||
* | trans-chap8: fix iteration on an enumeration type with only one literal. | Tristan Gingold | 2021-09-18 | 1 | -3/+9 |
| | | | | Fix #1514 | ||||
* | trans-chap8.adb: refactoring and clean-up. For #1514 | Tristan Gingold | 2021-09-18 | 2 | -46/+12 |
| | |||||
* | vhdl-sem_names(sem_parenthesis_name): minor refactoring | Tristan Gingold | 2021-09-18 | 1 | -13/+9 |
| | |||||
* | testsuite/gna: add a test for #1515 | Tristan Gingold | 2021-09-18 | 2 | -0/+21 |
| |