Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | synth: fix handling of static index in indexed names. For #1421 | Tristan Gingold | 2020-08-03 | 2 | -2/+3 | |
| | ||||||
* | testsuite/gna: add a simple testcase for force/release. #1416 | Tristan Gingold | 2020-08-03 | 2 | -0/+39 | |
| | ||||||
* | vhdl: handle force/release statements in translate and grt. For #1416 | Tristan Gingold | 2020-08-03 | 9 | -176/+703 | |
| | ||||||
* | vhdl: parse and analyze force/release signal assignment statements. | Tristan Gingold | 2020-08-01 | 21 | -385/+923 | |
| | | | | For #1416 | |||||
* | vhdl: add force and release tokens. For #1416 | Tristan Gingold | 2020-08-01 | 6 | -195/+203 | |
| | ||||||
* | testsuite/synth: add a test for --no-assert-cover (#1414) | Tristan Gingold | 2020-07-31 | 3 | -0/+59 | |
| | ||||||
* | synth: add --no-assert-cover option. Fix #1414 | Tristan Gingold | 2020-07-31 | 3 | -6/+18 | |
| | ||||||
* | Update and fix PSL documentation (vunits, see #1027, PSL functions) | tmeissner | 2020-07-30 | 1 | -6/+12 | |
| | ||||||
* | testsuite/synth: add a test for #1417 | Tristan Gingold | 2020-07-30 | 2 | -0/+30 | |
| | ||||||
* | synth: do not consider all ieee packages as predefined. | Tristan Gingold | 2020-07-30 | 1 | -7/+24 | |
| | | | | | | | In particular, the vhdl 2008 fixed point packages are considered as regular packages. Fix #1417 | |||||
* | testsuite/gna: add a test for #1403 | Tristan Gingold | 2020-07-30 | 2 | -0/+19 | |
| | ||||||
* | ghdldrv: factorize part of --gen-makefile | Tristan Gingold | 2020-07-30 | 4 | -87/+66 | |
| | | | | Fix #1403 | |||||
* | testsuite/synth: add test for #1413 | Tristan Gingold | 2020-07-30 | 3 | -0/+41 | |
| | ||||||
* | synth: add support for static numeric_std division. | Tristan Gingold | 2020-07-30 | 4 | -0/+188 | |
| | ||||||
* | ghdl-ls: Fix exceptions crashing language server | Henning Holm | 2020-07-30 | 1 | -1/+14 | |
| | | | | | | | | Previously, the language server crashed on any exceptions raised by the handler methods. Catching and logging these exceptions while notify the user about the error results in a much better user experience. This fixes #1410 | |||||
* | Revert "ghdl-ls: Fix exception crashing language server" | Henning Holm | 2020-07-30 | 1 | -5/+1 | |
| | | | | This reverts commit eddb55e8a14e6c40b66ce018b7760767981af79d. | |||||
* | ghdl-ls: Fix exception crashing language server | Henning Holm | 2020-07-30 | 1 | -1/+5 | |
| | | | | | | | | | Previously, the language server crashed on unhandled symbols with an exception. As ignoring unhandled symbols should be fine, logging this as an error to the logger results in a much better user experience. This fixes #1410 | |||||
* | testsuite/gna: add a reproducer for #1415 | Tristan Gingold | 2020-07-29 | 2 | -0/+38 | |
| | ||||||
* | translate: add a function to get allocation kind of layout var. | Tristan Gingold | 2020-07-29 | 3 | -1/+15 | |
| | | | | Fix #1415 | |||||
* | openieee: add comments for divmod. | Tristan Gingold | 2020-07-28 | 1 | -3/+6 | |
| | ||||||
* | trans-chap6: adjust types in translate_selected_element. | Tristan Gingold | 2020-07-28 | 1 | -24/+28 | |
| | ||||||
* | testsuite/gna: add a test for previous commit. | Tristan Gingold | 2020-07-28 | 2 | -0/+25 | |
| | ||||||
* | trans-chap8: avoid to create slice type too late. | Tristan Gingold | 2020-07-28 | 1 | -0/+10 | |
| | ||||||
* | testsuite: clean up flags. | Tristan Gingold | 2020-07-28 | 9 | -23/+20 | |
| | ||||||
* | vhdl_langserver/symbols.py: handle PSL directives and declarations. | Tristan Gingold | 2020-07-28 | 1 | -0/+7 | |
| | | | | Fix #1409 | |||||
* | testsuite/gna: add a testcase for previous commit. | Tristan Gingold | 2020-07-27 | 2 | -1/+27 | |
| | ||||||
* | translate: fix foreach_non_composite for arrays with unbounded elements. | Tristan Gingold | 2020-07-27 | 3 | -6/+11 | |
| | ||||||
* | testsuite/gna: add a test for previous commit. | Tristan Gingold | 2020-07-27 | 2 | -1/+25 | |
| | ||||||
* | translate: handle slice of arrays with unbounded elements. | Tristan Gingold | 2020-07-27 | 5 | -23/+83 | |
| | ||||||
* | trans-chap3: renaming to clarify parameters. | Tristan Gingold | 2020-07-27 | 2 | -9/+9 | |
| | ||||||
* | trans-chap6: minor rework in translate_slice_name_finish | Tristan Gingold | 2020-07-27 | 1 | -32/+39 | |
| | ||||||
* | testsuite/synth: add a test for #1408 | Tristan Gingold | 2020-07-27 | 2 | -0/+26 | |
| | ||||||
* | synth-stmts: improve support of instantiated subprograms. Fix #1408 | Tristan Gingold | 2020-07-27 | 1 | -3/+3 | |
| | ||||||
* | synth-expr: add minimal support for 'instance_name. For #1408 | Tristan Gingold | 2020-07-27 | 1 | -0/+14 | |
| | ||||||
* | testsuite/synth: add tests for #1407 | Tristan Gingold | 2020-07-26 | 3 | -0/+56 | |
| | ||||||
* | synth: generalize static condition for if statement. Fix #1407 | Tristan Gingold | 2020-07-26 | 1 | -4/+4 | |
| | ||||||
* | synth-debugger: update code. | Tristan Gingold | 2020-07-26 | 1 | -17/+15 | |
| | ||||||
* | synth: add -g option to enable debugger on some errors. | Tristan Gingold | 2020-07-26 | 2 | -1/+3 | |
| | ||||||
* | ortho/debug: check subtype for array subtype. | Tristan Gingold | 2020-07-26 | 1 | -5/+2 | |
| | ||||||
* | testsuite/synth: add tests for #1406 | Tristan Gingold | 2020-07-25 | 4 | -0/+80 | |
| | ||||||
* | synth-aggr: handle strings in aggregates. Fix #1406 | Tristan Gingold | 2020-07-25 | 1 | -0/+25 | |
| | ||||||
* | ortho/oread: parse subarray element type. | Tristan Gingold | 2020-07-25 | 1 | -7/+17 | |
| | ||||||
* | testsuite/gna: add a test for previous commit. | Tristan Gingold | 2020-07-25 | 2 | -14/+23 | |
| | ||||||
* | trans-chap8: fix handling of some aggregate assignments. | Tristan Gingold | 2020-07-25 | 1 | -37/+48 | |
| | ||||||
* | testsuite/gna: add a test for the previous commit. | Tristan Gingold | 2020-07-25 | 1 | -0/+3 | |
| | ||||||
* | trans-chap3: copy array subtype bounds from parent if derived | Tristan Gingold | 2020-07-25 | 2 | -13/+33 | |
| | ||||||
* | vhdl/translate: add comments. | Tristan Gingold | 2020-07-25 | 1 | -7/+11 | |
| | ||||||
* | testsuite/gna: add a test for previous commit. | Tristan Gingold | 2020-07-25 | 2 | -0/+21 | |
| | ||||||
* | trans-chap3: handle constant subtype indication. | Tristan Gingold | 2020-07-25 | 1 | -22/+27 | |
| | ||||||
* | vhdl: adjust hanlding of guard signals for translate. | Tristan Gingold | 2020-07-25 | 2 | -191/+195 | |
| |