aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add more missing file headers (incl. license info) to non-autogenerated ↵Patrick Lehmann2021-01-0218-0/+612
| | | | Python files.
* synth: add option to treat asserts as assumes and vice-versatmeissner2021-01-029-4/+168
|
* logo: add new bit logoeine2021-01-019-5/+64
|
* testsuite/synth: add a test for #1563Tristan Gingold2021-01-018-0/+173
|
* netlists-inference: handle multiple dff with the same clock. Fix #1563Tristan Gingold2021-01-014-5/+39
|
* testsuite/synth: add a test for #1572Tristan Gingold2021-01-013-0/+35
|
* synth-oper: handle ieee.numeric_std_unsigned.to_integer. Fix #1572Tristan Gingold2021-01-011-0/+1
|
* vhdl: recognize ieee.numeric_std_unsigned. For #1572Tristan Gingold2021-01-018-482/+621
|
* synth-expr: propagate error in synth_indexed_nameTristan Gingold2021-01-012-0/+8
|
* scripts/pnodespy.py: factorize codeTristan Gingold2021-01-011-27/+17
|
* coverage: run pyunit directlyumarcor2021-01-012-6/+3
|
* ci: add job 'Coverage'umarcor2021-01-012-3/+43
|
* Add a testcase for packages.Patrick Lehmann2021-01-011-1/+1
|
* Enable coverage collection in pytest.Patrick Lehmann2021-01-012-1/+32
|
* Added file headers to auto generated Python sources.Patrick Lehmann2021-01-017-441/+97
|
* ci: test if pyGHDL needs to be updatedumarcor2021-01-011-15/+26
|
* scripts: add 'update_py_bindings.sh'umarcor2021-01-011-0/+12
|
* ci/msys2: split build and test (#1559)Unai Martinez-Corral2020-12-313-17/+73
|
* testsuite/gna: add more tests for #1549Tristan Gingold2020-12-313-16/+70
|
* trans-chap3: also compute the size of record constraints for unbounded subtypesTristan Gingold2020-12-311-2/+23
|
* vhdl: improve error message for invalid record element constraint.Tristan Gingold2020-12-311-1/+1
|
* Added type annotations and fixed imports / object references. (#1565)Patrick Lehmann2020-12-311-72/+81
|
* Changed os.path to pathlib. Added exception handling.Patrick Lehmann2020-12-311-36/+49
|
* Modified docstrings and other minor changes.Patrick Lehmann2020-12-311-13/+21
|
* Added file headers and license texts. (#1564)Patrick Lehmann2020-12-3115-11/+366
|
* Executing Python unit tests in Parallel Processes (#1558)Patrick Lehmann2020-12-307-59/+27
| | | | | | | | | | | | | | | | | | | | | * Prepare pyunit tests for parallel and independent execution with pytest/pytest-forked. * Added forked pytest test executions. * Added a pytest ini-file * Corrected pytest settings. * Adjusting PYTHONPATH. * Reverted changes required for pytest without modified file search patterns. (cherry picked from commit 0207b11cfef029f2ed765df3ad983ef47cc0838b) * Run pyunit tests without '--forked'. * Deactivate black. (cherry picked from commit d6b68588d4de26bf94181ea726be969cd09aadf0)
* src/edif: Rename Direction_Type to avoid hiding in types.adsTristan Gingold2020-12-305-29/+29
|
* scripts/pnodespy.py: adjust generated import statementsTristan Gingold2020-12-301-4/+4
|
* ghdlrun: factorize code for finalizationTristan Gingold2020-12-302-10/+5
|
* Rework initialization and finalization.Tristan Gingold2020-12-3020-35/+136
| | | | libghdl can now be re-initialized.
* scripts: force use of python3Tristan Gingold2020-12-302-2/+2
|
* testsuite/gna: add tests for #1549Tristan Gingold2020-12-297-0/+282
|
* trans-chap3: compute size of subelements for unconstrained parent subtypesTristan Gingold2020-12-292-8/+40
| | | | Fix #1549
* Merge pull request #1556 from Paebbels/paebbels/pyGHDLtgingold2020-12-2992-2605/+3235
|\ | | | | Cleanup and Restructuring of pyGHDL
| * Limit to one test so CI is fine for now.Patrick Lehmann2020-12-291-1/+1
| |
| * Modified formatting.Patrick Lehmann2020-12-291-7/+5
| |
| * Changed error reporting in DOM to in-memory.Patrick Lehmann2020-12-291-3/+3
| |
| * Fixes to xtools.Patrick Lehmann2020-12-291-20/+17
| |
| * Manually fixed import statements after running xtools.Patrick Lehmann2020-12-294-4/+4
| |
| * Activated 'analyze_init_status' in Python code.Patrick Lehmann2020-12-292-5/+5
| |
| * Run xtools.Patrick Lehmann2020-12-295-882/+1162
| |
| * Fixed regexp in 'pnodespy.py'.Patrick Lehmann2020-12-291-1/+1
| |
| * Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDLPatrick Lehmann2020-12-291-3/+2
| |\
| | * testsuite/pyunit: fix pyunit exec dirumarcor2020-12-291-3/+2
| |/
| * Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDLPatrick Lehmann2020-12-291-1/+1
| |\
| | * testsuite/pyunit: use realpathumarcor2020-12-291-1/+1
| |/
| * Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDLPatrick Lehmann2020-12-2926-96/+40
| |\
| | * testsuite: rm pyunit/testsuite.shumarcor2020-12-292-72/+2
| | |
| | * ci: collapse build log of temporary imagesumarcor2020-12-291-1/+3
| | |
| | * pyGHDL/libghdl: fix absolute importsumarcor2020-12-2924-24/+36
| | |