| Commit message (Expand) | Author | Age | Files | Lines |
* | setup.py needs the license information twice ... | Patrick Lehmann | 2020-12-28 | 2 | -10/+9 |
* | Tiny improvements. | Patrick Lehmann | 2020-12-28 | 4 | -11/+13 |
* | Added new package description for pyGHDL. | Patrick Lehmann | 2020-12-28 | 1 | -0/+119 |
* | Removed outdated files. | Patrick Lehmann | 2020-12-28 | 7 | -233/+21 |
* | Added a test for Architectures. | Patrick Lehmann | 2020-12-28 | 1 | -1/+7 |
* | Added testsuites so all Python unit tests can be run with a single command. | Patrick Lehmann | 2020-12-28 | 3 | -0/+32 |
* | Improved testcase ' SimpleEntity' for pyGHDL.dom. | Patrick Lehmann | 2020-12-28 | 3 | -9/+25 |
* | Fixed typo in 'ghdl-ls'. | Patrick Lehmann | 2020-12-28 | 1 | -1/+1 |
* | Renamed testcase to SimpleEntity. | Patrick Lehmann | 2020-12-28 | 2 | -0/+0 |
* | Merge sub tests into one test due to test case ordering and possible parallel... | Patrick Lehmann | 2020-12-28 | 2 | -25/+9 |
* | Translatest `python/units01` test to a unit test in Python. | Patrick Lehmann | 2020-12-28 | 2 | -8/+95 |
* | Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL | Patrick Lehmann | 2020-12-28 | 3 | -132/+129 |
|\ |
|
| * | pyGHDL: move 'lsp/main.py' to 'cli/ghdl-ls.py' | umarcor | 2020-12-27 | 3 | -132/+129 |
* | | Added a minimal README for pyGHDL. | Patrick Lehmann | 2020-12-28 | 1 | -0/+12 |
* | | Added requirements for Python test. | Patrick Lehmann | 2020-12-28 | 2 | -0/+5 |
* | | Added structure for unit tests for Python code. | Patrick Lehmann | 2020-12-27 | 2 | -0/+44 |
* | | Added settings for Python's Coverage package. | Patrick Lehmann | 2020-12-27 | 1 | -0/+12 |
* | | Make pyGHDL/cli a Python package. | Patrick Lehmann | 2020-12-27 | 1 | -0/+0 |
* | | Added Python requirements. | Patrick Lehmann | 2020-12-27 | 1 | -0/+2 |
* | | Reorganized gitignore. | Patrick Lehmann | 2020-12-27 | 1 | -9/+33 |
* | | Added first implementation of a document object model (DOM). | Patrick Lehmann | 2020-12-27 | 5 | -0/+281 |
* | | Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL | Patrick Lehmann | 2020-12-27 | 44 | -55/+52 |
|\| |
|
| * | rework 'python', rename to 'pyGHDL' | umarcor | 2020-12-27 | 44 | -55/+52 |
|/ |
|
* | testsuite/python: adjust tests for previous commit. For #1551 | Tristan Gingold | 2020-12-26 | 2 | -3/+4 |
* | libraries: Load_Std_Library: now return a status. | Tristan Gingold | 2020-12-26 | 12 | -40/+123 |
* | testsuite/python/units01: install error handler | Tristan Gingold | 2020-12-26 | 2 | -0/+7 |
* | testsuite/synth: add tests for #1540 | Tristan Gingold | 2020-12-20 | 3 | -0/+38 |
* | synth: handle static to_bit and to_bitvector. Fix #1540 | Tristan Gingold | 2020-12-20 | 3 | -0/+60 |
* | py: run black | eine | 2020-12-16 | 2 | -723/+446 |
* | testsuite/synth: add tests for #1537 | Tristan Gingold | 2020-12-14 | 3 | -0/+37 |
* | synth-static_oper: handle to_x01. Fix #1537 | Tristan Gingold | 2020-12-14 | 1 | -0/+26 |
* | testsuite/synth: adjust harness for #1534 | Tristan Gingold | 2020-12-13 | 1 | -1/+3 |
* | testsuite/synth: add a test for #1536 | Tristan Gingold | 2020-12-13 | 3 | -0/+39 |
* | synth-oper: handle more conversions. Fix #1536 | Tristan Gingold | 2020-12-13 | 1 | -1/+3 |
* | testsuite/synth: more tests for #1534 | Tristan Gingold | 2020-12-13 | 3 | -0/+41 |
* | synth-static_oper: handle bit xor (scalar and array). Fix #1534 | Tristan Gingold | 2020-12-13 | 1 | -2/+23 |
* | testsuite/synth: add test for #1534 | Tristan Gingold | 2020-12-13 | 2 | -0/+22 |
* | synth-static_oper: handle to_stdulogic. For #1534 | Tristan Gingold | 2020-12-13 | 3 | -11/+33 |
* | testsuite/synth: add a test for previous commit | Tristan Gingold | 2020-12-12 | 3 | -0/+85 |
* | synth-expr: improve handling of null element in a record | Tristan Gingold | 2020-12-12 | 1 | -1/+5 |
* | synth-static_oper: handle xor reduce | Tristan Gingold | 2020-12-12 | 1 | -0/+2 |
* | testsuite/synth: add a test for previous commit | Tristan Gingold | 2020-12-12 | 5 | -0/+112 |
* | synth: improve handling of null-range nets. | Tristan Gingold | 2020-12-12 | 3 | -6/+35 |
* | synth-insts: comment assert for gcc/gnat-11. Fix #1533 | Tristan Gingold | 2020-12-11 | 1 | -1/+4 |
* | testsuite/gna: add a test for #1528 | Tristan Gingold | 2020-12-08 | 8 | -0/+226 |
* | vhdl: handle locally static attributes on entity/architecture/configurations | Tristan Gingold | 2020-12-08 | 10 | -1467/+1832 |
* | synth-stmts: avoid a crash on empty memories. | Tristan Gingold | 2020-12-08 | 1 | -1/+4 |
* | readme: update URLs | eine | 2020-12-07 | 1 | -6/+6 |
* | testsuite/synth: add a testcase for #1531 | Tristan Gingold | 2020-12-06 | 5 | -0/+94 |
* | synth: handle static resize from std_numeric. Fix #1531 | Tristan Gingold | 2020-12-06 | 2 | -2/+5 |