Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VHPI: add initial minimal implementation | Marlon James | 2021-03-04 | 20 | -28/+3252 |
| | | | | | | | | Minimal implementation of VHPI provides library loading and error support. Calling most vhpi_* functions will raise a VHPI error condition. Incorporates VHPI thunks into libghdlvpi for linking. | ||||
* | VPI: support loading multiple libraries | Marlon James | 2021-03-02 | 6 | -19/+132 |
| | |||||
* | testsuite/synth: add a test for #1665 | Tristan Gingold | 2021-02-27 | 2 | -0/+24 |
| | |||||
* | synth: handle pow and arctan from ieee.math_real. Fix #1665 | Tristan Gingold | 2021-02-27 | 7 | -409/+436 |
| | |||||
* | vhdl-sem_expr.adb: improve fix for #1664 | Tristan Gingold | 2021-02-27 | 1 | -4/+1 |
| | |||||
* | vhdl-nodes.ads: add a comment | Tristan Gingold | 2021-02-27 | 1 | -0/+2 |
| | |||||
* | testsuite/gna: add a test for #1664 | Tristan Gingold | 2021-02-27 | 5 | -0/+126 |
| | |||||
* | vhdl-sem_expr: detect incorrect condition for vhdl08. Fix #1664 | Tristan Gingold | 2021-02-27 | 1 | -0/+3 |
| | |||||
* | revert "log stderr of make to a file and use tail to show last 1000 lines" ↵ | Xiretza | 2021-02-22 | 1 | -4/+1 |
| | | | | | | | | | | (#1660) This reverts commit 30ee7a32b64c94f1ac0c8e3b5068894b6ea8b556. This workaround masks the return value of `make`, causing runs to appear to fail during install, even though build failed already. Since travis is no longer used for CI, this is unnecessary anyway. | ||||
* | testsuite/synth: add a test for #1658 | Tristan Gingold | 2021-02-21 | 4 | -0/+125 |
| | |||||
* | synth-stmts: handle attributes in block and generate statements. Fix #1658 | Tristan Gingold | 2021-02-21 | 1 | -0/+5 |
| | |||||
* | std_names: add async_abort and sync_abort. For #1654 | Tristan Gingold | 2021-02-21 | 4 | -88/+94 |
| | |||||
* | testsuite/gna: add a test for #1655 | Tristan Gingold | 2021-02-20 | 8 | -0/+2131 |
| | |||||
* | vhdl-canon.adb: add a missing check on generic associations. Fix #1655 | Tristan Gingold | 2021-02-20 | 1 | -0/+3 |
| | |||||
* | vhdl-nodes.ads: reorder fields of block_configuration to match grammar | Tristan Gingold | 2021-02-20 | 2 | -7/+7 |
| | |||||
* | pyGHDL/lsp/workspace.py: reformat | Tristan Gingold | 2021-02-19 | 1 | -4/+1 |
| | |||||
* | testsuite/synth: add a test for #1650 | Tristan Gingold | 2021-02-19 | 2 | -0/+52 |
| | |||||
* | ghdlsynth.adb: unknown vendor library is now an error. Fix #1650 | Tristan Gingold | 2021-02-19 | 1 | -1/+6 |
| | |||||
* | lsp/workspace.py: remove extract encode. | Tristan Gingold | 2021-02-18 | 1 | -2/+1 |
| | |||||
* | grt-signals.adb: fix access. Fix #1652 | Tristan Gingold | 2021-02-18 | 1 | -1/+1 |
| | |||||
* | testsuite/gna: add a test for #1646 | Tristan Gingold | 2021-02-18 | 2 | -0/+21 |
| | |||||
* | ci/coverage: install python-setuptools through pacman | umarcor | 2021-02-17 | 1 | -1/+3 |
| | |||||
* | ci/win-test: install python-setuptools through pacman | umarcor | 2021-02-17 | 1 | -0/+1 |
| | |||||
* | vendors: support deprecated param names (#1653) | Adrian Byszuk | 2021-02-17 | 7 | -36/+36 |
| | | | Co-authored-by: Adrian Byszuk <adrian.byszuk@cern.ch> | ||||
* | update for LLVM 11.1 (#1651) | Dan Horák | 2021-02-17 | 2 | -1/+2 |
| | |||||
* | Makefile: put libraries in lib/. For #1642 | Tristan Gingold | 2021-02-13 | 2 | -13/+11 |
| | |||||
* | testsuite/synth: add a test for #1645 | Tristan Gingold | 2021-02-12 | 3 | -0/+85 |
| | |||||
* | synth-expr: compute signess for range array attributes. Fix #1645 | Tristan Gingold | 2021-02-12 | 3 | -17/+9 |
| | |||||
* | Add gitignore files for testsuite | Xiretza | 2021-02-12 | 1 | -1/+13 |
| | | | | | Since some tools apparently can't handle .gitignore files in subdirectories, all ignore rules have to be put in the global file. | ||||
* | vhdl-evaluation.adb: use is_overflow_literal. | Tristan Gingold | 2021-02-11 | 2 | -13/+21 |
| | | | | Avoid crash in Eval_Discrete_Range_Length on overflow. | ||||
* | vhdl-sem_expr: avoid duplicate error messages for overflow in range | Tristan Gingold | 2021-02-11 | 1 | -4/+1 |
| | |||||
* | vhdl-evaluation: factorize code | Tristan Gingold | 2021-02-11 | 1 | -7/+5 |
| | |||||
* | testsuite/gna: add a test for #1640 | Tristan Gingold | 2021-02-11 | 2 | -0/+39 |
| | |||||
* | eval_is_range_in_bound: avoid crash in case of overflow. Fix #1640 | Tristan Gingold | 2021-02-11 | 1 | -2/+12 |
| | |||||
* | CI: re-enable black formatting check | Xiretza | 2021-02-10 | 1 | -3/+3 |
| | |||||
* | pyGHDL: automatically format generated files with black | Xiretza | 2021-02-10 | 1 | -0/+6 |
| | |||||
* | pyGHDL: format using black | Xiretza | 2021-02-10 | 33 | -1623/+1365 |
| | |||||
* | testsuite/gna: add a test for #1639 | Tristan Gingold | 2021-02-10 | 2 | -0/+31 |
| | |||||
* | vhdl-sem_stmts: avoid overflow. Fix #1639 | Tristan Gingold | 2021-02-10 | 1 | -3/+13 |
| | |||||
* | vhdl-evaluation: minor simplification | Tristan Gingold | 2021-02-10 | 1 | -3/+1 |
| | |||||
* | testsuite/synth: adjust tests for issue#662 | Tristan Gingold | 2021-02-09 | 7 | -18/+51 |
| | |||||
* | vhdl-sem_psl: factorize code for onehot/onehot0 and stable/fell/rose. | Tristan Gingold | 2021-02-09 | 3 | -105/+17 |
| | |||||
* | netlists-folds: add comments | Tristan Gingold | 2021-02-09 | 1 | -0/+4 |
| | |||||
* | doc: update instructions about GCC and GNAT Community installation (#1635) | Rodrigo A. Melo | 2021-02-09 | 2 | -4/+9 |
| | |||||
* | ci: specify macos version in tarball names | eine | 2021-02-09 | 1 | -4/+4 |
| | |||||
* | Add support for PSL onehot/onehot0 functions (#1633) | T. Meissner | 2021-02-09 | 28 | -275/+701 |
| | | | | | | | | | | | | | | | * 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> | ||||
* | ci: use image 'ghdl/debug:base' as the base of 'ghdl/doc' | eine | 2021-02-07 | 1 | -3/+1 |
| | |||||
* | testsuite/gna: add a test for #1631 | Tristan Gingold | 2021-02-06 | 5 | -0/+45 |
| | |||||
* | vhdl-sem_expr: remove assertion and change comment. Fix #1631 | Tristan Gingold | 2021-02-06 | 1 | -3/+4 |
| | |||||
* | ci/pyGHDL: fix git diff check | eine | 2021-02-06 | 1 | -1/+3 |
| |