aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* synth-oper: propagate errors from unsupported operations.Tristan Gingold2020-08-061-2/+7
|
* synth-disp_vhdl: minor output indentation fix.Tristan Gingold2020-08-061-1/+1
|
* synth-oper: handle < for enums.Tristan Gingold2020-08-061-0/+2
|
* testsuite/synth: add test for #1421Tristan Gingold2020-08-065-0/+92
|
* synth: push extract on mux2 for inference. For #1421Tristan Gingold2020-08-063-17/+52
|
* testsuite/gna: improve testing.Tristan Gingold2020-08-052-1/+7
|
* vhdl-sem_names: use element type of prefix type for indexed names.Tristan Gingold2020-08-052-10/+16
|
* ortho/debug: fix type of indexed_name.Tristan Gingold2020-08-051-2/+4
|
* grt: import changes from gtkwave to ghwlibTristan Gingold2020-08-052-1/+8
|
* testsuite/gna: add a test for #852Tristan Gingold2020-08-053-44/+71
|
* ghwlib: minor change to verbose.Tristan Gingold2020-08-051-1/+1
|
* testsuite/gna: add a test for #1131Tristan Gingold2020-08-055-0/+112
|
* grt: adjust previous patch on grt-wavesTristan Gingold2020-08-054-20/+35
| | | | Write bounds only when the element subtype of the base type is unbounded.
* testsuite/gna: add tests for #756Tristan Gingold2020-08-053-0/+59
|
* testsuite/gna: add a test for #821Tristan Gingold2020-08-052-0/+32
|
* testsuite/gna: add test for #899Tristan Gingold2020-08-052-0/+24
|
* Adjust testcase for #1201Tristan Gingold2020-08-051-1/+1
|
* testsuite/gna: add a test for #780Tristan Gingold2020-08-053-0/+62
|
* testsuite/gna: add a test for #852Tristan Gingold2020-08-052-0/+164
|
* testsuite/gna: add a test for #1067Tristan Gingold2020-08-042-0/+36
| | | | Close #1067
* testsuite/gna: add a test for #1128.Tristan Gingold2020-08-042-0/+25
| | | | Close #1128
* testsuite/synth: add a test for #1424Tristan Gingold2020-08-042-0/+27
|
* synth-oper: handle std_logic_arith."=" for unsigned. Fix #1424Tristan Gingold2020-08-041-0/+1
|
* grt: handle more unbounded types in disp_rti and ghw.Tristan Gingold2020-08-047-253/+390
| | | | Fix #1131
* testsuite/gna: add a test for #1420Tristan Gingold2020-08-045-0/+328
|
* grt-disp_signals: fix handling of unbounded aggregates.Tristan Gingold2020-08-043-10/+6
| | | | For #1420
* testsuite/gna: add a test for #1420Tristan Gingold2020-08-042-0/+39
|
* grt: fix crash in --dump-rti for array of unbounded records.Tristan Gingold2020-08-043-3/+26
| | | | For #1420
* translate: minor changes.Tristan Gingold2020-08-043-4/+2
|
* llvm6: fix debug info generation for arraysTristan Gingold2020-08-041-1/+1
|
* synth: fix handling of static index in indexed names. For #1421Tristan Gingold2020-08-032-2/+3
|
* testsuite/gna: add a simple testcase for force/release. #1416Tristan Gingold2020-08-032-0/+39
|
* vhdl: handle force/release statements in translate and grt. For #1416Tristan Gingold2020-08-039-176/+703
|
* vhdl: parse and analyze force/release signal assignment statements.Tristan Gingold2020-08-0121-385/+923
| | | | For #1416
* vhdl: add force and release tokens. For #1416Tristan Gingold2020-08-016-195/+203
|
* testsuite/synth: add a test for --no-assert-cover (#1414)Tristan Gingold2020-07-313-0/+59
|
* synth: add --no-assert-cover option. Fix #1414Tristan Gingold2020-07-313-6/+18
|
* Update and fix PSL documentation (vunits, see #1027, PSL functions)tmeissner2020-07-301-6/+12
|
* testsuite/synth: add a test for #1417Tristan Gingold2020-07-302-0/+30
|
* synth: do not consider all ieee packages as predefined.Tristan Gingold2020-07-301-7/+24
| | | | | | | In particular, the vhdl 2008 fixed point packages are considered as regular packages. Fix #1417
* testsuite/gna: add a test for #1403Tristan Gingold2020-07-302-0/+19
|
* ghdldrv: factorize part of --gen-makefileTristan Gingold2020-07-304-87/+66
| | | | Fix #1403
* testsuite/synth: add test for #1413Tristan Gingold2020-07-303-0/+41
|
* synth: add support for static numeric_std division.Tristan Gingold2020-07-304-0/+188
|
* ghdl-ls: Fix exceptions crashing language serverHenning Holm2020-07-301-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 Holm2020-07-301-5/+1
| | | | This reverts commit eddb55e8a14e6c40b66ce018b7760767981af79d.
* ghdl-ls: Fix exception crashing language serverHenning Holm2020-07-301-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 #1415Tristan Gingold2020-07-292-0/+38
|
* translate: add a function to get allocation kind of layout var.Tristan Gingold2020-07-293-1/+15
| | | | Fix #1415
* openieee: add comments for divmod.Tristan Gingold2020-07-281-3/+6
|