aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ci/travis: ubuntu20 includes LLVM 10eine2020-11-171-1/+1
|
* ci/travis: update to ubuntu20 and fedora33eine2020-11-171-4/+4
|
* testsuite/synth: add a test for #1509Tristan Gingold2020-11-163-0/+43
|
* synth-objtypes: fix width computation. Fix #1509Tristan Gingold2020-11-161-1/+1
|
* vhdl-parse: improve error recovery on extra right parenthesisTristan Gingold2020-11-041-7/+21
|
* testsuite/gna: add a test for previous commitTristan Gingold2020-11-042-0/+23
|
* vhdl-parse: improve error recovery on tick.Tristan Gingold2020-11-041-0/+5
|
* ghdlsynth.adb: clear error counters to allow multiple synthesis.Tristan Gingold2020-11-041-0/+3
| | | | For ghdl/ghdl-yosys-plugin#137
* testsuite/synth: add testcase for #1503Tristan Gingold2020-11-012-0/+29
|
* synth-stmts.adb: fix crash on unconditional exit. Fix #1503Tristan Gingold2020-11-011-26/+76
|
* testsuite/gna: add testcase for #1500Tristan Gingold2020-10-292-0/+35
|
* vhdl-parse: do not skip token in case of error. Fix #1500Tristan Gingold2020-10-291-1/+1
|
* msys2/llvm: use clang instead of gccumarcor2020-10-241-0/+2
|
* src/grt/Makefile.inc: support clang -dumpmachine on Windowsumarcor2020-10-241-1/+1
|
* configure: detect 'x86_64-w64-windows-gnu' as a Windows platformumarcor2020-10-241-1/+1
|
* ci/osx: skip brew update errorumarcor2020-10-231-1/+1
|
* testsuite/gna: add a test for #1490Tristan Gingold2020-10-102-0/+16
|
* vhdl-sem_scopes: avoid a crash on invalid selected name. Fix #1490Tristan Gingold2020-10-101-0/+4
|
* testsuite/gna: add a test for previous commitTristan Gingold2020-10-092-0/+14
|
* vhdl-parse: improve error message for extra '('.Tristan Gingold2020-10-091-1/+5
|
* doc: add 'Convert (V)HDL to other formats'eine2020-10-091-21/+72
|
* doc: fix pastoeine2020-10-081-1/+1
|
* doc: reword '--time-resolution'eine2020-10-081-4/+6
|
* doc: fix refs in 'Synthesis options'eine2020-10-081-3/+4
|
* vendor-libs: add machxo3d supportFrancisco Ayala Le Brun2020-10-083-4/+20
|
* synth-expr: improve error message for length mismatchTristan Gingold2020-10-071-1/+4
|
* testsuite/synth: add a test for previous commit.Tristan Gingold2020-10-075-0/+62
|
* synth: check instantiation inputs constraints.Tristan Gingold2020-10-071-3/+11
|
* testsuite/gna: add a test for previous commit.Tristan Gingold2020-10-072-0/+10
|
* vhdl-sem_specs: avoid noisy error messageTristan Gingold2020-10-071-3/+6
| | | | for attribute specification with invalid entity class.
* testsuite/gna: add a test for previous commit.Tristan Gingold2020-10-072-0/+8
|
* vhdl-sem_decls: avoid a crash after a parse error.Tristan Gingold2020-10-071-4/+11
| | | | For both declarations list and missing attribute type.
* Synth doc: add infos about synth specific options, related to 667ab51tmeissner2020-10-071-0/+44
|
* doc/PSL: only clocked directives are supported, related to #1479 (#1487)T. Meissner2020-10-061-2/+2
|
* ci: add ubuntu-20.04 job and push nightly artifactumarcor2020-10-031-8/+11
|
* testsuite/gna: add a test for #1473Tristan Gingold2020-09-292-0/+27
|
* vhdl-sem_types: improve error handling on index subtypes. Fix #1473Tristan Gingold2020-09-291-3/+7
|
* testsuite/synth: add a test for #1481Tristan Gingold2020-09-282-0/+21
|
* netlists-disp_vhdl: handle null vectors for reducation operators.Tristan Gingold2020-09-281-3/+12
| | | | Fix #1481
* testsuite/gna: add a test for #1480Tristan Gingold2020-09-283-0/+26
|
* vhdl-sem_psl: fix crash in case of error in assert statement. Fix #1480Tristan Gingold2020-09-281-2/+5
|
* vhdl-canon: canon generic associations for subprogram instantiations.Tristan Gingold2020-09-281-1/+6
|
* doc: clarify position of option --std. Fix #1477Tristan Gingold2020-09-281-0/+3
|
* vhdl-sem_expr: evaluate operands only if the operator result is not static.Tristan Gingold2020-09-281-5/+13
|
* vhdl-evaluation: minor rewrite.Tristan Gingold2020-09-281-5/+5
|
* testsuite/synth: adjust harness for #1475Tristan Gingold2020-09-281-1/+1
|
* synth_subtype_conversion: check overflow for discrete types.Tristan Gingold2020-09-281-24/+31
|
* py: run blackeine2020-09-262-723/+445
|
* testsuite/synth: add a case for #1475Tristan Gingold2020-09-264-0/+48
|
* vhdl: evaluate operands of operators, check bounds. For #1475Tristan Gingold2020-09-262-14/+30
|