aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* synth-oper: handle sub uns/log.Tristan Gingold2020-07-191-0/+1
* doc: document synthesis/translate pragmaseine2020-07-191-0/+11
* Return success in vpi_get_vlog_infoKaleb Barrett2020-07-191-1/+1
* Return correct verison number in vpi_get_vlog_infoKaleb Barrett2020-07-191-2/+4
* vhdl/translate: clarify meaning of Mstate_E for Mnode.Tristan Gingold2020-07-184-47/+62
* testsuite/gna: add tests for subtype attributeTristan Gingold2020-07-183-2/+52
* vhdl-sem_decls: handle multiple declarations with subtype attribute.Tristan Gingold2020-07-182-5/+9
* vhdl: add missing xrefs for record subtype indicationsTristan Gingold2020-07-181-0/+1
* vhdl: fix ownership for recors subtypes.Tristan Gingold2020-07-184-273/+288
* ghdlprint: enable missing xrefs warningTristan Gingold2020-07-181-0/+1
* vhdl: improve support of subtype attribute.Tristan Gingold2020-07-189-66/+181
* trans-chap8: add a stabilize.Tristan Gingold2020-07-181-0/+1
* synth-static_oper: factorize code.Tristan Gingold2020-07-181-18/+9
* vhdl-sem_assocs: handle nested unbounded record individual association.Tristan Gingold2020-07-181-9/+22