aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* synth: handle pow and arctan from ieee.math_real. Fix #1665Tristan Gingold2021-02-277-409/+436
|
* vhdl-sem_expr.adb: improve fix for #1664Tristan Gingold2021-02-271-4/+1
|
* vhdl-nodes.ads: add a commentTristan Gingold2021-02-271-0/+2
|
* testsuite/gna: add a test for #1664Tristan Gingold2021-02-275-0/+126
|
* vhdl-sem_expr: detect incorrect condition for vhdl08. Fix #1664Tristan Gingold2021-02-271-0/+3
|
* revert "log stderr of make to a file and use tail to show last 1000 lines" ↵Xiretza2021-02-221-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 #1658Tristan Gingold2021-02-214-0/+125
|
* synth-stmts: handle attributes in block and generate statements. Fix #1658Tristan Gingold2021-02-211-0/+5
|
* std_names: add async_abort and sync_abort. For #1654Tristan Gingold2021-02-214-88/+94
|
* testsuite/gna: add a test for #1655Tristan Gingold2021-02-208-0/+2131
|
* vhdl-canon.adb: add a missing check on generic associations. Fix #1655Tristan Gingold2021-02-201-0/+3
|
* vhdl-nodes.ads: reorder fields of block_configuration to match grammarTristan Gingold2021-02-202-7/+7
|
* pyGHDL/lsp/workspace.py: reformatTristan Gingold2021-02-191-4/+1
|
* testsuite/synth: add a test for #1650Tristan Gingold2021-02-192-0/+52
|
* ghdlsynth.adb: unknown vendor library is now an error. Fix #1650Tristan Gingold2021-02-191-1/+6
|
* lsp/workspace.py: remove extract encode.Tristan Gingold2021-02-181-2/+1
|
* grt-signals.adb: fix access. Fix #1652Tristan Gingold2021-02-181-1/+1
|
* testsuite/gna: add a test for #1646Tristan Gingold2021-02-182-0/+21
|
* ci/coverage: install python-setuptools through pacmanumarcor2021-02-171-1/+3
|
* ci/win-test: install python-setuptools through pacmanumarcor2021-02-171-0/+1
|
* vendors: support deprecated param names (#1653)Adrian Byszuk2021-02-177-36/+36
| | | Co-authored-by: Adrian Byszuk <adrian.byszuk@cern.ch>
* update for LLVM 11.1 (#1651)Dan Horák2021-02-172-1/+2
|
* Makefile: put libraries in lib/. For #1642Tristan Gingold2021-02-132-13/+11
|
* testsuite/synth: add a test for #1645Tristan Gingold2021-02-123-0/+85
|
* synth-expr: compute signess for range array attributes. Fix #1645Tristan Gingold2021-02-123-17/+9
|
* Add gitignore files for testsuiteXiretza2021-02-121-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 Gingold2021-02-112-13/+21
| | | | Avoid crash in Eval_Discrete_Range_Length on overflow.
* vhdl-sem_expr: avoid duplicate error messages for overflow in rangeTristan Gingold2021-02-111-4/+1
|
* vhdl-evaluation: factorize codeTristan Gingold2021-02-111-7/+5
|
* testsuite/gna: add a test for #1640Tristan Gingold2021-02-112-0/+39
|
* eval_is_range_in_bound: avoid crash in case of overflow. Fix #1640Tristan Gingold2021-02-111-2/+12
|
* CI: re-enable black formatting checkXiretza2021-02-101-3/+3
|
* pyGHDL: automatically format generated files with blackXiretza2021-02-101-0/+6
|
* pyGHDL: format using blackXiretza2021-02-1033-1623/+1365
|
* testsuite/gna: add a test for #1639Tristan Gingold2021-02-102-0/+31
|
* vhdl-sem_stmts: avoid overflow. Fix #1639Tristan Gingold2021-02-101-3/+13
|
* vhdl-evaluation: minor simplificationTristan Gingold2021-02-101-3/+1
|
* testsuite/synth: adjust tests for issue#662Tristan Gingold2021-02-097-18/+51
|
* vhdl-sem_psl: factorize code for onehot/onehot0 and stable/fell/rose.Tristan Gingold2021-02-093-105/+17
|
* netlists-folds: add commentsTristan Gingold2021-02-091-0/+4
|
* doc: update instructions about GCC and GNAT Community installation (#1635)Rodrigo A. Melo2021-02-092-4/+9
|
* ci: specify macos version in tarball nameseine2021-02-091-4/+4
|
* Add support for PSL onehot/onehot0 functions (#1633)T. Meissner2021-02-0928-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'eine2021-02-071-3/+1
|
* testsuite/gna: add a test for #1631Tristan Gingold2021-02-065-0/+45
|
* vhdl-sem_expr: remove assertion and change comment. Fix #1631Tristan Gingold2021-02-061-3/+4
|
* ci/pyGHDL: fix git diff checkeine2021-02-061-1/+3
|
* update license headersumarcor2021-02-0598-549/+361
|
* testsuite/synth: add a test for #1628Tristan Gingold2021-02-043-0/+40
|
* Update copyright headers for vhdl-elocations*Tristan Gingold2021-02-046-39/+33
|