aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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
* testsuite/gna: add a test for #1403Tristan Gingold2020-07-302-0/+19
* ghdldrv: factorize part of --gen-makefileTristan Gingold2020-07-304-87/+66
* 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
* Revert "ghdl-ls: Fix exception crashing language server"Henning Holm2020-07-301-5/+1
* ghdl-ls: Fix exception crashing language serverHenning Holm2020-07-301-1/+5
* 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
* openieee: add comments for divmod.Tristan Gingold2020-07-281-3/+6
* trans-chap6: adjust types in translate_selected_element.Tristan Gingold2020-07-281-24/+28
* testsuite/gna: add a test for previous commit.Tristan Gingold2020-07-282-0/+25
* trans-chap8: avoid to create slice type too late.Tristan Gingold2020-07-281-0/+10
* testsuite: clean up flags.Tristan Gingold2020-07-289-23/+20
* vhdl_langserver/symbols.py: handle PSL directives and declarations.Tristan Gingold2020-07-281-0/+7
* testsuite/gna: add a testcase for previous commit.Tristan Gingold2020-07-272-1/+27
* translate: fix foreach_non_composite for arrays with unbounded elements.Tristan Gingold2020-07-273-6/+11
* testsuite/gna: add a test for previous commit.Tristan Gingold2020-07-272-1/+25
* translate: handle slice of arrays with unbounded elements.Tristan Gingold2020-07-275-23/+83
* trans-chap3: renaming to clarify parameters.Tristan Gingold2020-07-272-9/+9
* trans-chap6: minor rework in translate_slice_name_finishTristan Gingold2020-07-271-32/+39
* testsuite/synth: add a test for #1408Tristan Gingold2020-07-272-0/+26
* synth-stmts: improve support of instantiated subprograms. Fix #1408Tristan Gingold2020-07-271-3/+3
* synth-expr: add minimal support for 'instance_name. For #1408Tristan Gingold2020-07-271-0/+14
* testsuite/synth: add tests for #1407Tristan Gingold2020-07-263-0/+56
* synth: generalize static condition for if statement. Fix #1407Tristan Gingold2020-07-261-4/+4
* synth-debugger: update code.Tristan Gingold2020-07-261-17/+15
* synth: add -g option to enable debugger on some errors.Tristan Gingold2020-07-262-1/+3
* ortho/debug: check subtype for array subtype.Tristan Gingold2020-07-261-5/+2
* testsuite/synth: add tests for #1406Tristan Gingold2020-07-254-0/+80
* synth-aggr: handle strings in aggregates. Fix #1406Tristan Gingold2020-07-251-0/+25
* ortho/oread: parse subarray element type.Tristan Gingold2020-07-251-7/+17