Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | std_names: add Name_Loc | Tristan Gingold | 2021-03-17 | 2 | -1/+3 | |
| | ||||||
* | synth-expr.adb: add comments | Tristan Gingold | 2021-03-14 | 1 | -0/+5 | |
| | ||||||
* | testsuite/synth: add test for #1685 | Tristan Gingold | 2021-03-14 | 2 | -0/+43 | |
| | ||||||
* | synth-expr.adb: handle const right in synth_short_circuit. Fix #1685 | Tristan Gingold | 2021-03-14 | 1 | -0/+6 | |
| | ||||||
* | testsuite/gna: add a test for #1684 | Tristan Gingold | 2021-03-13 | 5 | -0/+90 | |
| | ||||||
* | vhdl-canon.adb: handle individual assoc in extract sensitivity. Fix #1684 | Tristan Gingold | 2021-03-13 | 1 | -0/+2 | |
| | ||||||
* | testsuite/synth: add a test for #1679 | Tristan Gingold | 2021-03-13 | 2 | -0/+30 | |
| | ||||||
* | synth-oper: handle const for numeric_std.match Fix #1679 | Tristan Gingold | 2021-03-13 | 1 | -0/+1 | |
| | ||||||
* | testsuite/synth: add a test for #1681 | Tristan Gingold | 2021-03-13 | 4 | -0/+119 | |
| | ||||||
* | synth-expr: allow non-simple name for FF clocks. Fix #1681 | Tristan Gingold | 2021-03-13 | 1 | -12/+17 | |
| | ||||||
* | testsuite/synth: add a test for #1680 | Tristan Gingold | 2021-03-13 | 2 | -0/+40 | |
| | ||||||
* | synth: handle attributes of length 0. Fix #1680 | Tristan Gingold | 2021-03-13 | 2 | -3/+6 | |
| | ||||||
* | scripts/vendors: add missing workdir argument | Nicola Corna | 2021-03-13 | 1 | -3/+3 | |
| | ||||||
* | Regenerate errorout.py | Tristan Gingold | 2021-03-09 | 1 | -11/+12 | |
| | ||||||
* | testsuite/gna: add a test for #1677 | Tristan Gingold | 2021-03-08 | 3 | -0/+80 | |
| | ||||||
* | Add a warning for processes without a wait statement. Fix #1677 | Tristan Gingold | 2021-03-08 | 2 | -7/+17 | |
| | ||||||
* | ghdlvpi.adb: use Directory_Separator. | Tristan Gingold | 2021-03-07 | 1 | -1/+3 | |
| | ||||||
* | Makefile.in: make ghdl/ include subdir explicit | Tristan Gingold | 2021-03-07 | 1 | -7/+8 | |
| | ||||||
* | Makefile.in: adjust install.vpi.local Fox #1674 | Tristan Gingold | 2021-03-07 | 1 | -3/+3 | |
| | ||||||
* | Include directory structure proposal. | Michał Kruszewski | 2021-03-07 | 7 | -16/+16 | |
| | ||||||
* | scripts/vendors: fix typo in deprecated script param (#1673) | Adrian Byszuk | 2021-03-05 | 1 | -2/+2 | |
| | | | | | | Pull request #1653 reintroduced deprecated script params, but with a typo in one of the vendor scripts. Co-authored-by: Adrian Byszuk <adrian.byszuk@cern.ch> | |||||
* | VHPI: add tests for loading libraries | Marlon James | 2021-03-04 | 15 | -5/+173 | |
| | ||||||
* | 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 | |
| |