Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | update license headers | umarcor | 2021-02-05 | 98 | -549/+361 | |
| | ||||||
* | testsuite/synth: add a test for #1628 | Tristan Gingold | 2021-02-04 | 3 | -0/+40 | |
| | ||||||
* | Update copyright headers for vhdl-elocations* | Tristan Gingold | 2021-02-04 | 6 | -39/+33 | |
| | ||||||
* | synth: handle to_stdlogicvector. For #1628 | Tristan Gingold | 2021-02-04 | 1 | -1/+2 | |
| | ||||||
* | vhdl: recognize to_stdlogicvector. For #1628 | Tristan Gingold | 2021-02-04 | 3 | -222/+243 | |
| | ||||||
* | testsuite/pyunit: use PYTHON envvar, if defined | umarcor | 2021-02-03 | 1 | -1/+1 | |
| | ||||||
* | Bump version to 2.0.0-dev | Tristan Gingold | 2021-02-02 | 2 | -2/+2 | |
| | ||||||
* | Prepare release 1.0.0 | Tristan Gingold | 2021-02-02 | 2 | -2/+2 | |
| | ||||||
* | ci: update emojis/icons | eine | 2021-02-02 | 1 | -12/+14 | |
| | ||||||
* | ci/macos: test all suites | eine | 2021-02-02 | 1 | -1/+2 | |
| | ||||||
* | ci: cleanup macos build | eine | 2021-02-02 | 2 | -12/+7 | |
| | ||||||
* | ci: enable both mcode and llvm builds for macos | Edu Garcia | 2021-02-02 | 2 | -5/+18 | |
| | ||||||
* | ci: remove outdated comment | Edu Garcia | 2021-02-02 | 1 | -3/+0 | |
| | ||||||
* | ci: enable gnat cache for macos | Edu Garcia | 2021-02-02 | 1 | -0/+8 | |
| | ||||||
* | ci: make wget a bit less verbose when downloading gnat for macos | Edu Garcia | 2021-02-02 | 1 | -1/+1 | |
| | ||||||
* | ci: remove gnat cleanup so libghdl can be built for macos | Edu Garcia | 2021-02-02 | 1 | -32/+0 | |
| | ||||||
* | ci: enable libghdl in the osx job | eine | 2021-02-02 | 1 | -3/+1 | |
| |