Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts/msys2-mcode/GetStandaloneDeps: fix libghdl version | umarcor | 2022-03-01 | 1 | -1/+1 |
| | |||||
* | Fix some docs issues introduced by #1981 (#1987) | Unai Martinez-Corral | 2022-03-01 | 2 | -3/+3 |
|\ | |||||
| * | docs: fix headline markers | Xiretza | 2022-03-01 | 1 | -2/+2 |
| | | |||||
| * | docs: fix paragraph about existing VHDL editions | Xiretza | 2022-03-01 | 1 | -1/+1 |
|/ | |||||
* | vhdl-sem_types: allow methods to return file and protected types in -2019 | Xiretza | 2022-03-01 | 1 | -1/+3 |
| | | | | | | This implements LCS2016_004: http://www.eda-twiki.org/cgi-bin/view.cgi/P1076/LCS2016_004 | ||||
* | vhdl-sem_types: allow file and protected type access types in -2019 | Xiretza | 2022-03-01 | 1 | -7/+12 |
| | | | | | This implements LCS-2016-014a: http://www.eda-twiki.org/cgi-bin/view.cgi/P1076/LCS2016_014a | ||||
* | Update documentation for VHDL-2019 | Xiretza | 2022-02-28 | 3 | -7/+15 |
| | |||||
* | Add --std=19 | Xiretza | 2022-02-28 | 7 | -5/+16 |
| | | | | | | 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. | ||||
* | Add the release to NEWS.md | Tristan Gingold | 2022-02-28 | 1 | -1/+5 |
| | |||||
* | Bump version to 3.0.0-dev | Tristan Gingold | 2022-02-28 | 2 | -2/+2 |
| | |||||
* | Prepare for release 2.0.0 | Tristan Gingold | 2022-02-28 | 5 | -13740/+22650 |
| | |||||
* | testsuite/gna: add a test for #1980 | Tristan Gingold | 2022-02-26 | 10 | -0/+5932 |
| | |||||
* | ortho/mcode: relax assertion (and fix debug code). Fix #1980 | Tristan Gingold | 2022-02-26 | 2 | -2/+6 |
| | |||||
* | trans-chap6.adb: fix minor typing issue | Tristan Gingold | 2022-02-26 | 1 | -2/+11 |
| | |||||
* | testsuite/gna: add a test for #1979 | Tristan Gingold | 2022-02-24 | 2 | -0/+41 |
| | |||||
* | vhdl-sem_psl.adb: don't crash on overload in HDL expr. Fix #1979 | Tristan Gingold | 2022-02-24 | 1 | -2/+12 |
| | |||||
* | Doc: add Overview diagram, fix shields in tables, use extlinks more | Patrick Lehmann | 2022-02-23 | 18 | -254/+305 |
|\ | |||||
| * | doc: update diagram 'internals' | umarcor | 2022-02-23 | 1 | -0/+0 |
| | | |||||
| * | doc/about: change 'you' to formal english | umarcor | 2022-02-08 | 1 | -11/+10 |
| | | |||||
| * | doc: update overview diagram | umarcor | 2022-02-08 | 1 | -0/+0 |
| | | |||||
| * | doc/about: 's/event-based timing/event-driven execution/' | Unai Martinez-Corral | 2022-02-08 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Patrick Lehmann <Paebbels@gmail.com> | ||||
| * | doc/about: update | Unai Martinez-Corral | 2022-02-08 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Patrick Lehmann <Paebbels@gmail.com> | ||||
| * | doc/about: 's/programming language/computer language/' | Unai Martinez-Corral | 2022-02-08 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Patrick Lehmann <Paebbels@gmail.com> | ||||
| * | doc: use extlinks more | umarcor | 2022-02-07 | 9 | -67/+70 |
| | | |||||
| * | doc/conf: fall back to 'alabaster' if '_theme' does not exist | umarcor | 2022-02-07 | 1 | -15/+23 |
| | | |||||
| * | doc: move toctrees to a file | umarcor | 2022-02-07 | 2 | -65/+66 |
| | | |||||
| * | doc: use theme_overrides and class 'shield' to fix the width of SHIELDs | umarcor | 2022-02-07 | 4 | -63/+75 |
| | | |||||
| * | doc/About: update | umarcor | 2022-02-07 | 1 | -10/+28 |
| | | |||||
| * | doc/conf: add interpshinx target 'vasg' | umarcor | 2022-02-07 | 1 | -3/+4 |
| | | |||||
| * | doc/internals/Overview: update | umarcor | 2022-02-07 | 5 | -26/+35 |
| | | |||||
* | | testsuite/synth: add a test for #1961 | Tristan Gingold | 2022-02-22 | 3 | -0/+73 |
| | | |||||
* | | synth: fix handling of record constraints in subtype. Fix #1961 | Tristan Gingold | 2022-02-22 | 2 | -5/+28 |
| | | |||||
* | | testsuite/synth: add a reproducer for #1978 | Tristan Gingold | 2022-02-21 | 2 | -0/+53 |
| | | |||||
* | | testsuite/synth: add a test for #1968 | Tristan Gingold | 2022-02-18 | 3 | -0/+141 |
| | | |||||
* | | elab-vhdl_values.adb: fix a typo. Fix #1968 | Tristan Gingold | 2022-02-18 | 1 | -2/+2 |
| | | |||||
* | | testsuite/synth: add a test for #1977 | Tristan Gingold | 2022-02-17 | 2 | -0/+56 |
| | | |||||
* | | synth-vhdl_oper: handle to_unsigned with an unsigned for size. Fix #1977 | Tristan Gingold | 2022-02-17 | 1 | -27/+30 |
| | | |||||
* | | testsuite/synth: add a test for #1972 | Tristan Gingold | 2022-02-17 | 2 | -0/+19 |
| | | |||||
* | | synth: properly propagate bound errors. Fix #1972 | Tristan Gingold | 2022-02-17 | 4 | -16/+38 |
| | | |||||
* | | Fixed failing vendor library compilation using PoSh scripts | Patrick Lehmann | 2022-02-16 | 3 | -18/+18 |
|\ \ | |||||
| * | | Fixed failing vendor library compilation using PoSh scripts | Hauke Günther | 2022-02-16 | 3 | -18/+18 |
|/ / | |||||
* | | testsuite/synth: add a test for #1971 | Tristan Gingold | 2022-02-16 | 2 | -0/+16 |
| | | |||||
* | | synth-vhdl_oper: handle bit condition operator. Fix #1971 | Tristan Gingold | 2022-02-16 | 1 | -1/+2 |
| | | |||||
* | | Fix getting vendor tool directory from environment variable using PowerShell | Patrick Lehmann | 2022-02-16 | 5 | -5/+5 |
|\ \ | |/ |/| | |||||
| * | Fix get vendor tool directory from env variable | Hauke Günther | 2022-02-16 | 5 | -5/+5 |
|/ | |||||
* | testsuite/synth: add a test for #1962 | Tristan Gingold | 2022-02-05 | 3 | -0/+101 |
| | |||||
* | synth-vhdl_aggr: fix mismatch. Fix #1962 | Tristan Gingold | 2022-02-05 | 1 | -1/+6 |
| | |||||
* | testsuite/gna: add a reproducer for #1953 | Tristan Gingold | 2022-02-05 | 2 | -0/+23 |
| | |||||
* | testsuite/synth: add more tests for subtraction in std_logic_unsigned | Tristan Gingold | 2022-02-05 | 9 | -0/+163 |
| | |||||
* | ci: fix skip-deploy syntax | umarcor | 2022-02-03 | 1 | -1/+1 |
| |