aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* synth-oper: handle operators of std_logic_unsigned.Tristan Gingold2020-08-071-65/+99
* synth-oper: handle more std_logic_arith operators.Tristan Gingold2020-08-071-226/+180
* vhdl: recognize more operators for std_logic_unsigned/signed.Tristan Gingold2020-08-073-206/+328
* vhdl: recognize more std_logic_arith operators.Tristan Gingold2020-08-076-327/+436
* doc: debugging with LLVM >=6 is supportedeine2020-08-071-1/+1
* testsuite/gna: add a test for #887Tristan Gingold2020-08-073-0/+125
* testsuite/gna: add a test for #961Tristan Gingold2020-08-072-0/+116
* testsuite/gna: add test for #922Tristan Gingold2020-08-072-0/+33
* netlists: preliminary support of memory of depth one.Tristan Gingold2020-08-061-2/+0
* testsuite/synth: add a test for #1426Tristan Gingold2020-08-062-0/+63
* synth: handle an operation from std_logic_unsigned. For #1426Tristan Gingold2020-08-061-1/+2
* testsuite/synth: add tests for std_logic_arithTristan Gingold2020-08-0617-0/+1055
* synth-oper: handle more operations for std_logic_arith. For #1426Tristan Gingold2020-08-062-142/+339