aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Document index order for memidx.
* 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
| | | | | To be sure that the escape sequence is not mixed with other writes from a different process.
* vhdl: replace base_type with parent_type in nodesTristan Gingold2020-07-2222-497/+436
| | | | | Only for subtype definition and remove base_type in type definitions. Allows to better track the addition of contraints.
* 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
| | | | | Split into Mstate_Ev (for values) and Mstate_Ep (for pointers). Also fix stabilize calls for Ev.
* 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
| | | | | A subtype definition does not mean anymore that the subtype is constrained. It is now defined by the subtype indication of the name.
* 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
|
* ortho/debug: Disable_Checks flag also disable type checks.Tristan Gingold2020-07-181-1/+3
|
* vhdl-configuration: avoid a crash after not-found component.Tristan Gingold2020-07-181-0/+3
|
* testsuite/synth: improve test for previous path. For #1387Tristan Gingold2020-07-181-0/+1
|
* synth-decls: avoid elaboration crash after global signals. For #1387Tristan Gingold2020-07-181-1/+3
|
* ci: skip 'nightly', not only eine/tipumarcor2020-07-101-2/+2
|
* ci: actions/upload-artifact supports multiple paths nowumarcor2020-07-101-5/+3
|
* testsuite/synth: add tests for previous commits.Tristan Gingold2020-07-022-0/+32
|
* netlists-disp_vhdl: display inout ports as inout.Tristan Gingold2020-07-021-2/+8
|
* synth-insts: set location on ports. For #1387Tristan Gingold2020-07-021-0/+2
|
* synth-environment: allow multiple assignments from instance portsTristan Gingold2020-07-021-17/+16
|
* testsuite/synth: add a test for signals in packages.Tristan Gingold2020-07-022-0/+22
|
* synth: do not support signals declared in a package.Tristan Gingold2020-07-021-0/+5
|
* testsuite/gna: add a test for previous commit.Tristan Gingold2020-07-022-0/+12
|
* vhdl-evaluation: fix for array index. For #1387Tristan Gingold2020-07-021-1/+7
|
* testsuite/gna: add a test for #1387Tristan Gingold2020-07-022-0/+44
|
* vhdl-sem: handle array attributes in are_trees_equal.Tristan Gingold2020-07-021-0/+10
|
* testsuite/gna: add more tests for #1387Tristan Gingold2020-07-023-0/+44
|
* vhdl: add wildcard_psl_boolean. For #1387Tristan Gingold2020-07-026-126/+171
|
* testsuite/gna: add a test for #1387Tristan Gingold2020-07-022-0/+25
|
* vhdl-sem_expr: fix overload handling for conditional operationTristan Gingold2020-07-021-12/+44
|
* vhdl-sem_expr: abstract sem_operator_compatibilityTristan Gingold2020-07-021-47/+72
|