Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | VHPI: add tests for loading libraries | Marlon James | 2021-03-04 | 13 | -3/+171 | |
| | ||||||
* | VPI: support loading multiple libraries | Marlon James | 2021-03-02 | 4 | -0/+70 | |
| | ||||||
* | testsuite/synth: add a test for #1665 | Tristan Gingold | 2021-02-27 | 2 | -0/+24 | |
| | ||||||
* | testsuite/gna: add a test for #1664 | Tristan Gingold | 2021-02-27 | 5 | -0/+126 | |
| | ||||||
* | testsuite/synth: add a test for #1658 | Tristan Gingold | 2021-02-21 | 4 | -0/+125 | |
| | ||||||
* | testsuite/gna: add a test for #1655 | Tristan Gingold | 2021-02-20 | 8 | -0/+2131 | |
| | ||||||
* | testsuite/synth: add a test for #1650 | Tristan Gingold | 2021-02-19 | 2 | -0/+52 | |
| | ||||||
* | testsuite/gna: add a test for #1646 | Tristan Gingold | 2021-02-18 | 2 | -0/+21 | |
| | ||||||
* | testsuite/synth: add a test for #1645 | Tristan Gingold | 2021-02-12 | 3 | -0/+85 | |
| | ||||||
* | testsuite/gna: add a test for #1640 | Tristan Gingold | 2021-02-11 | 2 | -0/+39 | |
| | ||||||
* | testsuite/gna: add a test for #1639 | Tristan Gingold | 2021-02-10 | 2 | -0/+31 | |
| | ||||||
* | testsuite/synth: adjust tests for issue#662 | Tristan Gingold | 2021-02-09 | 7 | -18/+51 | |
| | ||||||
* | Add support for PSL onehot/onehot0 functions (#1633) | T. Meissner | 2021-02-09 | 5 | -1/+194 | |
| | | | | | | | | | | | | | | | * vhdl: parse PSL onehot/onehot0 builtin calls. For #662 * update pyGHDL bindings * Synthesis of PSL built-in onehot/onehot0 function. * testsuite/synth: add tests of PSL built-in functions onehot()/onehot0() for #662 * doc: add info about PSL built-in functions onehot()/onehot0() for #662 * synth: refactor synthesis of onehot/onehot0 functions Co-authored-by: eine <eine@users.noreply.github.com> | |||||
* | testsuite/gna: add a test for #1631 | Tristan Gingold | 2021-02-06 | 5 | -0/+45 | |
| | ||||||
* | testsuite/synth: add a test for #1628 | Tristan Gingold | 2021-02-04 | 3 | -0/+40 | |
| | ||||||
* | testsuite/pyunit: use PYTHON envvar, if defined | umarcor | 2021-02-03 | 1 | -1/+1 | |
| | ||||||
* | doc: reorganise and update | umarcor | 2021-02-01 | 1 | -1/+1 | |
| | ||||||
* | testsuite/gna: add testcase for #1624 | Tristan Gingold | 2021-01-29 | 2 | -0/+26 | |
| | ||||||
* | testsuite/gna: file testcase for #1623 | Tristan Gingold | 2021-01-29 | 6 | -0/+165 | |
| | ||||||
* | Avoid codacy warnings in previous commit | Tristan Gingold | 2021-01-26 | 1 | -2/+2 | |
| | ||||||
* | testsuite/gna: add a test for #803 | Tristan Gingold | 2021-01-26 | 5 | -0/+131 | |
| | ||||||
* | lsp testsuite: improve substitution (for windows) | Tristan Gingold | 2021-01-21 | 1 | -8/+13 | |
| | | | | URI and paths need to be substitued differently | |||||
* | LanguageServer: quote URI, adjust lsp.py (for Windows) | Tristan Gingold | 2021-01-20 | 1 | -1/+2 | |
| | | | | URI on windows have the colon character (':') quoted. | |||||
* | testsuite/pyunit/lsp: Remove verbosity flag | Tristan Gingold | 2021-01-20 | 1 | -1/+1 | |
| | ||||||
* | testsuite/gna: set exec rights to testsuite.sh | Tristan Gingold | 2021-01-19 | 1 | -0/+0 | |
| | ||||||
* | testsuite/gna: add testcase for #1612 | Tristan Gingold | 2021-01-19 | 3 | -0/+62 | |
| | ||||||
* | testsuite/pyunit/lsp: use absolute path and metavalue @ROOT@ | Tristan Gingold | 2021-01-19 | 17 | -96/+131 | |
| | ||||||
* | testsuite: remove travis block/group functions | umarcor | 2021-01-19 | 1 | -44/+7 | |
| | ||||||
* | testsuite: address bash linting issues | umarcor | 2021-01-19 | 6 | -18/+18 | |
| | ||||||
* | LanguageServer.py: print missing elements in case of errors | Tristan Gingold | 2021-01-18 | 1 | -6/+8 | |
| | ||||||
* | testsuite/gna: add testcase from #695 | Tristan Gingold | 2021-01-18 | 2 | -0/+42 | |
| | ||||||
* | testsuite: add suite_driver.sh | umarcor | 2021-01-18 | 6 | -297/+89 | |
| | ||||||
* | testsuite/synth: add testcase for #1609 | Tristan Gingold | 2021-01-17 | 3 | -0/+60 | |
| | ||||||
* | testsuite/pyunit/lsp/003errors: adjust testcase | Tristan Gingold | 2021-01-17 | 2 | -96/+1 | |
| | ||||||
* | testsuite/pyunit/lsp: check references and adjust them | Tristan Gingold | 2021-01-17 | 6 | -62/+132 | |
| | ||||||
* | testsuite/pyunit/lsp: rename test | Tristan Gingold | 2021-01-17 | 4 | -9/+5 | |
| | ||||||
* | testsuite/synth: add test case for #1596 | Tristan Gingold | 2021-01-16 | 4 | -0/+46 | |
| | ||||||
* | libraries: unuse 'openieee', rename enable_openieee to enable_gplcompat | umarcor | 2021-01-16 | 1 | -6/+0 | |
| | ||||||
* | pyunit/lsp: adjust tests | Tristan Gingold | 2021-01-16 | 12 | -152/+64 | |
| | ||||||
* | pyunit/lsp: fix and reenable some tests | Tristan Gingold | 2021-01-16 | 3 | -59/+35 | |
| | ||||||
* | testsuite/gna: add testcase for #1597 | Tristan Gingold | 2021-01-16 | 5 | -0/+551 | |
| | ||||||
* | testsuite/synth: add testcase for #1591 | Tristan Gingold | 2021-01-13 | 6 | -0/+149 | |
| | ||||||
* | Make API more pythonic be replacing C-like byte arrays with str. Abstracted ↵ | Patrick Lehmann | 2021-01-10 | 1 | -1/+1 | |
| | | | | utf-8 encoding/decoding. | |||||
* | Adding types and docstrings to libghdl. | Patrick Lehmann | 2021-01-10 | 1 | -2/+2 | |
| | ||||||
* | testsuite/gna: add a test for fmt command | Tristan Gingold | 2021-01-09 | 4 | -0/+62 | |
| | ||||||
* | testsuite/sanity: improve 004all08 (add sized bit strings) | Tristan Gingold | 2021-01-09 | 1 | -3/+3 | |
| | ||||||
* | testsuite/gna: add a reproducer for #1588 | Tristan Gingold | 2021-01-09 | 3 | -0/+225 | |
| | ||||||
* | testuite/pyunit: call pyGHDL.cli.lsp instead of ghdl-ls | umarcor | 2021-01-08 | 1 | -2/+2 | |
| | ||||||
* | Marked failing tests with `@skip` for now. | Patrick Lehmann | 2021-01-07 | 1 | -24/+31 | |
| | ||||||
* | Added test module for LanguageServer tests containing 8 test groups 001..008 ↵ | Patrick Lehmann | 2021-01-07 | 1 | -0/+199 | |
| | | | | and 10 tests. |