aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* testsuite/gna: add a test for previous commit.Tristan Gingold2020-07-252-14/+23
* trans-chap8: fix handling of some aggregate assignments.Tristan Gingold2020-07-251-37/+48
* testsuite/gna: add a test for the previous commit.Tristan Gingold2020-07-251-0/+3
* trans-chap3: copy array subtype bounds from parent if derivedTristan Gingold2020-07-252-13/+33
* vhdl/translate: add comments.Tristan Gingold2020-07-251-7/+11
* testsuite/gna: add a test for previous commit.Tristan Gingold2020-07-252-0/+21
* trans-chap3: handle constant subtype indication.Tristan Gingold2020-07-251-22/+27
* vhdl: adjust hanlding of guard signals for translate.Tristan Gingold2020-07-252-191/+195
* trans: propagate parent_type changes.Tristan Gingold2020-07-255-50/+28
* trans-chap3: do not rewrite layout bounds when constant.Tristan Gingold2020-07-251-0/+5
* testsuite/gna: add a test for unbounded arrays.Tristan Gingold2020-07-252-0/+27
* grt: handle unbounded array subtype in rtis and wavesTristan Gingold2020-07-254-13/+72
* translate: improve support of unbounded records and arrays.Tristan Gingold2020-07-2513-802/+854
* src/ortho/oread/tests: fix 2 tests.Tristan Gingold2020-07-252-27/+27
* ortho/oread/tests: adjust one more test.Tristan Gingold2020-07-252-12/+28
* testsuite/synth: add a test for ghdl/ghdl-yosys-plugin#128Tristan Gingold2020-07-253-0/+121
* netlists-inference: do not infere a memory in case of reset.Tristan Gingold2020-07-251-0/+1
* ortho: add unbounded records, rework array subtypes.Tristan Gingold2020-07-2535-441/+1455
* vhdl-sem_lib: avoid a crash in explain_obsolete.Tristan Gingold2020-07-251-1/+4
* testsuite.py: display progression.Tristan Gingold2020-07-251-2/+2
* ci: fix CXX override, needs to be clang++ (#888)eine2020-07-241-1/+1
* ci(msys2): eine/setup-msys2 was transferred to msys2/setup-msys2, bump to v2eine2020-07-242-8/+44
* makefile: fix 'test' when buildir != srcdireine2020-07-241-3/+3
* testsuite/synth: add a test for #1390Tristan Gingold2020-07-243-0/+567
* synth: fix handling of multi-dim ROM. Fix #1390Tristan Gingold2020-07-243-24/+26
* netlists-memories: minor style fix.Tristan Gingold2020-07-221-2/+2
* errorout-console: print colors in one system call.Tristan Gingold2020-07-221-9/+8
* vhdl: replace base_type with parent_type in nodesTristan Gingold2020-07-2222-497/+436
* configure: use llvm6 ortho backend for all llvm versions.Tristan Gingold2020-07-211-13/+9
* synth: disp_vhdl: const_x may not have a location.Tristan Gingold2020-07-211-0/+1
* testsuite/gna: add a test for #1392Tristan Gingold2020-07-192-0/+62
* vhdl trans-chap7: fix result of read with length. Fix #1392Tristan Gingold2020-07-191-11/+70