aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* synth: minor refactoring. Move In_Bounds/In_Range to synth-objtypes.Tristan Gingold2020-09-265-21/+23
|
* vhdl: analyze subprogram instantiations. WIP. For #1470Tristan Gingold2020-09-2611-217/+390
|
* pnodes.py: fix a typoTristan Gingold2020-09-241-1/+1
|
* vhdl: parse subprogram instantiations. For #1470Tristan Gingold2020-09-2411-1397/+1902
|
* doc: add gnatdoc HTML outputumarcor2020-09-222-3/+15
|
* 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
|