aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* testsuite/gna: add a test for #1469Tristan Gingold2020-09-213-0/+44
|
* vhdl-sem_types: fix staticness of 'open' array constraint. Fix #1469Tristan Gingold2020-09-211-0/+1
|
* ghdldrv: adjust style and some error messages.Tristan Gingold2020-09-207-141/+99
|
* testsuite: print help after the versionumarcor2020-09-201-2/+7
|
* cli: rework syntax, add commands without '-' or '--'umarcor2020-09-209-136/+353
|
* testsuite/synth: Add a test. Close #1460Tristan Gingold2020-09-202-0/+28
|
* synth-disp_vhdl: extend vector conversions (for any range). For #1460Tristan Gingold2020-09-201-2/+20
|
* synth-expr: refine is_positive for wires. For #1460Tristan Gingold2020-09-201-2/+6
|
* synth: handle static resize. For #1460Tristan Gingold2020-09-203-0/+36
|
* testsuite/synth: add tests for find_leftmost/find_rightmost.Tristan Gingold2020-09-1912-0/+241
| | | | For #1460
* synth: handle find_leftmost/find_rigthmost. For #1460Tristan Gingold2020-09-191-0/+77
|
* vhdl: recognize find_leftmost/find_rightmost. For #1460Tristan Gingold2020-09-165-183/+225
|
* py: add 'show_ports.py' to testsuite/python/units01umarcor2020-09-164-8/+125
|
* py: format testsuite/python/units01/show_units.pyumarcor2020-09-161-8/+12
|
* py: run blackeine2020-09-152-4/+2
|
* termux: use setup-pathforgcc and clang++umarcor2020-09-151-4/+3
| | | | Co-authored-by: Benjamin Renz <BenjaminRenz@users.noreply.github.com>
* vhdl: recognize reduce operations from numeric_std.Tristan Gingold2020-09-145-252/+359
| | | | Handle them in synthesis.
* 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
| | | | Also adjust case #1015
* vhdl: allow conflict design unit name with -frelaxedTristan Gingold2020-09-122-17/+43
| | | | | | Fix #1461 Allow a design unit (package or entity) to have the same name as a library.
* 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
| | | | | Allow negative value for the right operand of ** for floating point values.
* 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
| | | | Fix #1430
* 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
| | | | 'install_requires' and 'entry_points' are not available in distutils.
* Remove unused 'import distutils.command.build_py'Nicola Corna2020-08-251-1/+0
|