aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* testuite/pyunit: set PYTHONPATHumarcor2020-12-291-0/+2
|
* testuite: run pyunit from the root of the repoumarcor2020-12-291-2/+2
|
* ci: install python3 on temporary debian containersumarcor2020-12-291-1/+1
|
* Made path to VHDL files relative to the testcase.Patrick Lehmann2020-12-295-10/+10
|
* Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDLPatrick Lehmann2020-12-287-13/+75
|\
| * ci: MSYS2 job cleanupumarcor2020-12-284-104/+23
| |
| * ci: on ubuntu jobs, add temporary image with Python for testing 'pyunit' ↵umarcor2020-12-281-1/+13
| | | | | | | | testsuite
| * merge testsuite/python into testsuite/pyunitumarcor2020-12-288-58/+84
| |
| * doc: update 'using/py' -> 'using/pyGHDL'umarcor2020-12-289-137/+136
| |
| * scripts: move 'pyGHDL/xtools' to 'scripts', update Makefiles and docs ↵umarcor2020-12-2810-24/+44
| | | | | | | | accordingly
* | Allow execution of tests within testsuite.Patrick Lehmann2020-12-285-7/+16
| |
* | Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDLPatrick Lehmann2020-12-2824-321/+239
|\ \
| * | ci: MSYS2 job cleanupumarcor2020-12-284-104/+23
| | |
| * | ci: on ubuntu jobs, add temporary image with Python for testing 'pyunit' ↵umarcor2020-12-281-1/+13
| | | | | | | | | | | | testsuite
| * | merge testsuite/python into testsuite/pyunitumarcor2020-12-288-58/+83
| | |
| * | doc: update 'using/py' -> 'using/pyGHDL'umarcor2020-12-288-135/+134
| | |
| * | scripts: move 'pyGHDL/xtools' to 'scripts', update Makefiles and docs ↵umarcor2020-12-289-23/+43
| |/ | | | | | | accordingly
* | setup.py needs the license information twice ...Patrick Lehmann2020-12-282-10/+9
| |
* | Tiny improvements.Patrick Lehmann2020-12-284-11/+13
| |
* | Added new package description for pyGHDL.Patrick Lehmann2020-12-281-0/+119
| |
* | Removed outdated files.Patrick Lehmann2020-12-287-233/+21
| |
* | Added a test for Architectures.Patrick Lehmann2020-12-281-1/+7
| |
* | Added testsuites so all Python unit tests can be run with a single command.Patrick Lehmann2020-12-283-0/+32
|/
* Improved testcase ' SimpleEntity' for pyGHDL.dom.Patrick Lehmann2020-12-283-9/+25
|
* Fixed typo in 'ghdl-ls'.Patrick Lehmann2020-12-281-1/+1
|
* Renamed testcase to SimpleEntity.Patrick Lehmann2020-12-282-0/+0
|
* Merge sub tests into one test due to test case ordering and possible ↵Patrick Lehmann2020-12-282-25/+9
| | | | parallel execution.
* Translatest `python/units01` test to a unit test in Python.Patrick Lehmann2020-12-282-8/+95
|
* Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDLPatrick Lehmann2020-12-283-132/+129
|\
| * pyGHDL: move 'lsp/main.py' to 'cli/ghdl-ls.py'umarcor2020-12-273-132/+129
| |
* | Added a minimal README for pyGHDL.Patrick Lehmann2020-12-281-0/+12
| |
* | Added requirements for Python test.Patrick Lehmann2020-12-282-0/+5
| |
* | Added structure for unit tests for Python code.Patrick Lehmann2020-12-272-0/+44
| |
* | Added settings for Python's Coverage package.Patrick Lehmann2020-12-271-0/+12
| |
* | Make pyGHDL/cli a Python package.Patrick Lehmann2020-12-271-0/+0
| |
* | Added Python requirements.Patrick Lehmann2020-12-271-0/+2
| |
* | Reorganized gitignore.Patrick Lehmann2020-12-271-9/+33
| |
* | Added first implementation of a document object model (DOM).Patrick Lehmann2020-12-275-0/+281
| |
* | Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDLPatrick Lehmann2020-12-2744-55/+52
|\|
| * rework 'python', rename to 'pyGHDL'umarcor2020-12-2744-55/+52
|/ | | | | | | | | | * Rename 'python' to 'pyGHDL'. * Let 'thin' be 'libghdl'. * Move move 'pyutils.py' from 'python/libghdl/vhdl' to a separate package ('pyGHDL/libghdl/utils/'). * Update 'vhdl_langserver' accordingly. * Rename 'vhdl_langserver' to 'lsp'. * Move 'ghdl-ls' to 'pyGHDL/cli'.
* testsuite/python: adjust tests for previous commit. For #1551Tristan Gingold2020-12-262-3/+4
|
* libraries: Load_Std_Library: now return a status.Tristan Gingold2020-12-2612-40/+123
| | | | | | Propagate this change to libghdl and python binding to avoid abort. For #1551
* testsuite/python/units01: install error handlerTristan Gingold2020-12-262-0/+7
|
* testsuite/synth: add tests for #1540Tristan Gingold2020-12-203-0/+38
|
* synth: handle static to_bit and to_bitvector. Fix #1540Tristan Gingold2020-12-203-0/+60
|
* py: run blackeine2020-12-162-723/+446
|
* testsuite/synth: add tests for #1537Tristan Gingold2020-12-143-0/+37
|
* synth-static_oper: handle to_x01. Fix #1537Tristan Gingold2020-12-141-0/+26
|
* testsuite/synth: adjust harness for #1534Tristan Gingold2020-12-131-1/+3
|
* testsuite/synth: add a test for #1536Tristan Gingold2020-12-133-0/+39
|