aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vhdl: recognize reduce operations from numeric_std.Tristan Gingold2020-09-145-252/+359
* synth: improve support of interface package. For #1460Tristan Gingold2020-09-133-66/+105
* termux: ln gnatmake-10umarcor2020-09-121-0/+3
* termux: update gnat, install llvm and make explicitlyumarcor2020-09-121-2/+2
* testsuite/gna: add a testcase for #1461Tristan Gingold2020-09-123-1/+28
* vhdl: allow conflict design unit name with -frelaxedTristan Gingold2020-09-122-17/+43
* sem_parenthesis_name: handle more error cases.Tristan Gingold2020-09-061-1/+5
* testsuite/gna: add a reproducer for #1456Tristan Gingold2020-09-062-0/+19
* vhdl: sem_parenthesis_name: do not crash on any type attribute. Fix #1456Tristan Gingold2020-09-061-18/+19
* testsuite/synth: add a test for #1454Tristan Gingold2020-09-055-0/+149
* netlists-cleanup: do not remove user sub modules. Fix #1454Tristan Gingold2020-09-051-3/+7
* py undefined symbolsumarcor2020-08-312-5/+5
* ci: use buildthedocs/btd to build and publish the docs to GHPumarcor2020-08-3111-80/+90
* doc: autodoc python modules (libghdl, thin, vhdl and pyutils)umarcor2020-08-317-4/+156
* doc: fix title lengthumarcor2020-08-311-1/+1
* doc: publish internals/RTIumarcor2020-08-312-48/+52
* fix/configure: debugging is enabled with LLVM>=6eine2020-08-301-2/+2
* update for LLVM 11Dan HorĂ¡k2020-08-292-1/+2
* doc: update README.mdeine2020-08-271-3/+6
* ci: run black 20.8b1eine2020-08-272-3/+7
* testsuite/synth: add a test for #1442Tristan Gingold2020-08-263-0/+48
* synth-static_oper: fix crash on exponential. Fix #1442Tristan Gingold2020-08-261-1/+1
* testsuite/synth: add a testcase for #1430Tristan Gingold2020-08-263-0/+29
* synth: handle evaluated string literals without constraints.Tristan Gingold2020-08-261-2/+24
* testsuite/synth: add a test for #1428Tristan Gingold2020-08-2623-0/+257
* synth: improve diagnostic for multiple assignment. Fix #1428Tristan Gingold2020-08-265-19/+191
* testsuite/gna: add test from #1431Tristan Gingold2020-08-262-0/+130
* testsuite/gna: add reproducer for #1404Tristan Gingold2020-08-264-0/+65
* trans-rtis: adjust max_depth of records. For #1404Tristan Gingold2020-08-261-3/+7
* grt-disp_signals: add code to display last value (disabled).Tristan Gingold2020-08-261-0/+8
* testsuite/gna: add a test for #1440Tristan Gingold2020-08-262-0/+50
* vhdl/translate: handle vhdl-93 'last_value. Fix #1440Tristan Gingold2020-08-266-75/+207
* Replace distutils with setuptoolsNicola Corna2020-08-251-1/+1
* Remove unused 'import distutils.command.build_py'Nicola Corna2020-08-251-1/+0
* testsuite/gna: add reproducer for #1440Tristan Gingold2020-08-252-0/+28
* testsuite/synth: add a test for ghdl/ghdl-yosys-plugin#129Tristan Gingold2020-08-253-0/+55
* synth-stmts: convert the waveform to the target subtype.Tristan Gingold2020-08-251-7/+13
* testsuite/gna: add a test for #1429Tristan Gingold2020-08-252-0/+48
* vhdl-evaluation: make eval_dyadic_bit_array_operator more generic.Tristan Gingold2020-08-251-42/+71
* testsuite/gna: add a testcase from #1389Tristan Gingold2020-08-252-0/+37
* ci: add black --checkeine2020-08-231-2/+19
* python: execute 'black'eine2020-08-2331-1673/+1585
* py: adjust blank lines to PEP 8 for vhdl_langserver (#1434)m-kru2020-08-158-2/+25
* vendors: update compile-uvvm.sh Fix #1393Tristan Gingold2020-08-081-4/+13
* testsuite/gna: add a test for #1412Tristan Gingold2020-08-082-0/+24
* vhdl-sem_names: check name staticness of signal attributes. Fix #1412Tristan Gingold2020-08-081-58/+79
* vhdl-canon: minor cleanup.Tristan Gingold2020-08-082-61/+0
* vhdl: renaming in vhdl-canon.Tristan Gingold2020-08-085-188/+202
* testsuite/synth: add tests for std_logic_unsigned and std_logic_signed.Tristan Gingold2020-08-0734-0/+1122
* testsuite/synth: add more tests for std_logic_arithTristan Gingold2020-08-079-1/+371