| Commit message (Expand) | Author | Age | Files | Lines |
* | vhdl-sem_assocs: add a check to avoid a crash on an error. Fix #873 | Tristan Gingold | 2021-09-12 | 1 | -0/+4 |
* | vhdl-canon: recurse for default block configuration of a vunit. | Tristan Gingold | 2021-09-12 | 2 | -19/+25 |
* | testsuite/synth: add a test for previous commit (for #1860) | Tristan Gingold | 2021-09-11 | 1 | -0/+1 |
* | vhdl-configuration: also consider vunits to find top entity. | Tristan Gingold | 2021-09-11 | 3 | -37/+64 |
* | testsuite/synth: add a test for #1860 | Tristan Gingold | 2021-09-11 | 4 | -0/+24 |
* | vhdl-configuration: also consider units instantiated in vunit. Fix #1860 | Tristan Gingold | 2021-09-11 | 1 | -46/+64 |
* | testsuite/synth: add a test for #1859 | Tristan Gingold | 2021-09-11 | 3 | -0/+20 |
* | synth-vhdl_stmts: fix crash on nested if-generate statement in vunits. | Tristan Gingold | 2021-09-11 | 1 | -2/+5 |
* | testsuite/gna: add a test for #1129 | Tristan Gingold | 2021-09-10 | 3 | -0/+88 |
* | testsuite/gna: add a test for #1443 | Tristan Gingold | 2021-09-10 | 2 | -0/+34 |
* | testsuite/gna: add a test for #1843 | Tristan Gingold | 2021-09-10 | 3 | -0/+57 |
* | trans-chap7: improve support of aggregate. Fix #1843 | Tristan Gingold | 2021-09-10 | 1 | -10/+29 |
* | testsuite/synth: add a test for #1856 | Tristan Gingold | 2021-09-08 | 3 | -0/+63 |
* | vhdl: allow constants in vunit declarations. Fix #1856 | Tristan Gingold | 2021-09-08 | 2 | -0/+3 |
* | testsuite/gna: add a test for #451 | Tristan Gingold | 2021-09-07 | 2 | -0/+26 |
* | testsuite/gna: add a test for #1523 | Tristan Gingold | 2021-09-07 | 2 | -0/+62 |
* | testsuite/gna: add a test for #916 | Tristan Gingold | 2021-09-07 | 2 | -0/+35 |
* | testsuite/gna: add a test for #917 | Tristan Gingold | 2021-09-07 | 2 | -0/+37 |
* | testsuite/gna: add a test for #737 | Tristan Gingold | 2021-09-07 | 6 | -0/+88 |
* | testsuite/gna: add a test for #795 | Tristan Gingold | 2021-09-07 | 7 | -0/+360 |
* | ghdllocal: generalize top level unit extraction | Tristan Gingold | 2021-09-07 | 5 | -38/+59 |
* | testsuite/gna: add a test for #1474 | Tristan Gingold | 2021-09-07 | 3 | -0/+81 |
* | testsuite/gna: add a test for #1485 | Tristan Gingold | 2021-09-07 | 2 | -0/+19 |
* | vhdl-parse.adb: adjust error message. Fix #1485 | Tristan Gingold | 2021-09-07 | 1 | -1/+1 |
* | testsuite/synth: improve test for keep attribute | Tristan Gingold | 2021-09-07 | 3 | -0/+104 |
* | options.adb: -Werror now applies on unclassified warnings. | Tristan Gingold | 2021-09-07 | 1 | -0/+1 |
* | netlists-cleanup: avoid crash when keep attribute value is a string | Tristan Gingold | 2021-09-07 | 1 | -2/+39 |
* | testsuite/gna: add a test for #1831 | Tristan Gingold | 2021-09-07 | 2 | -0/+28 |
* | testsuite/gna: add a test for #1657 | Tristan Gingold | 2021-09-07 | 3 | -0/+65 |
* | trans-chap7: Handle unbounded elements in Translate_Concatenation | Tristan Gingold | 2021-09-07 | 1 | -27/+98 |
* | trans-chap3: add a stride parameter to index_array. For #1831 | Tristan Gingold | 2021-09-07 | 2 | -18/+21 |
* | rm .readthedocs.yml | umarcor | 2021-09-05 | 1 | -19/+0 |
* | doc: bump sphinx.theme to v1 | umarcor | 2021-09-05 | 1 | -1/+1 |
* | revert "doc: pin sphinx to v3.3.1 to prevent search bug" | umarcor | 2021-09-04 | 1 | -1/+1 |
* | revert "doc: temporarily pin docutils to 0.16, due to theme compatibility iss... | umarcor | 2021-09-04 | 1 | -1/+0 |
* | testsuite/gna: add a test for #1836 | Tristan Gingold | 2021-09-03 | 3 | -0/+65 |
* | vhdl/translate: adjust slice names for unbounded arrays. Fir #1836 | Tristan Gingold | 2021-09-03 | 3 | -4/+25 |
* | vhdl-scanner.adb: add comments | Tristan Gingold | 2021-09-03 | 1 | -0/+6 |
* | ci: update comment about regenerating Python bindings | umarcor | 2021-09-02 | 1 | -1/+1 |
* | testsuite/gna: check last commit (psl abort) for #1654 | Tristan Gingold | 2021-09-02 | 2 | -1/+3 |
* | vhdl,psl: abort is now identical to async_abort. For #1654 | Tristan Gingold | 2021-09-02 | 2 | -6/+4 |
* | testsuite/synth: add a test for previous commit. For #1850 | Tristan Gingold | 2021-09-01 | 2 | -0/+131 |
* | synth-vhdl_stmts.adb: do not expect configuration for vunit. | Tristan Gingold | 2021-09-01 | 1 | -3/+3 |
* | Test.yml: explain how to regenerate the python binding | Tristan Gingold | 2021-08-31 | 1 | -0/+1 |
* | testsuite/synth: add a test for #1654 | Tristan Gingold | 2021-08-31 | 3 | -0/+132 |
* | synth: handle PSL async_abort and sync_abort. For #1654 | Tristan Gingold | 2021-08-31 | 3 | -10/+44 |
* | testsuite/gna: add a test for #1654 | Tristan Gingold | 2021-08-30 | 3 | -0/+255 |
* | trans-chap9.adb: handle async_abort, sync_abort. Fix #1654 | Tristan Gingold | 2021-08-30 | 6 | -145/+272 |
* | vhdl and psl: parse sync_abort and async_abort. For #1654 | Tristan Gingold | 2021-08-30 | 22 | -186/+359 |
* | pyGHDL: update errorout.py | Tristan Gingold | 2021-08-29 | 1 | -4/+5 |