Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extract CLI parameters from ghdl-ls. | Patrick Lehmann | 2021-01-05 | 4 | -15/+89 |
| | |||||
* | Fixed typo. | Patrick Lehmann | 2021-01-05 | 1 | -1/+1 |
| | |||||
* | Try without explicit extension so Sphinx takes either png or svg. | Patrick Lehmann | 2021-01-05 | 1 | -2/+2 |
| | |||||
* | Removed old Python documentation. | Patrick Lehmann | 2021-01-05 | 4 | -144/+4 |
| | |||||
* | Fixed some ReST issues. | Patrick Lehmann | 2021-01-05 | 2 | -10/+10 |
| | |||||
* | Enabled Python Module Index. | Patrick Lehmann | 2021-01-05 | 2 | -0/+5 |
| | |||||
* | Updated prolog for Sphinx (global include per ReST file). | Patrick Lehmann | 2021-01-05 | 2 | -2/+11 |
| | |||||
* | Enabled missing Sphinx extensions. Fixed role name cls to class. | Patrick Lehmann | 2021-01-05 | 3 | -12/+159 |
| | |||||
* | Fixed dependency list for documentation. | Patrick Lehmann | 2021-01-05 | 1 | -1/+11 |
| | |||||
* | Reduced levels of documentation. | Patrick Lehmann | 2021-01-05 | 2 | -2/+6 |
| | |||||
* | Added link to auto generated doc. | Patrick Lehmann | 2021-01-05 | 1 | -12/+16 |
| | |||||
* | Fixed parameter reference. | Patrick Lehmann | 2021-01-05 | 4 | -19/+19 |
| | |||||
* | Described GHDLs Python interfaces. | Patrick Lehmann | 2021-01-05 | 1 | -2/+38 |
| | |||||
* | Reorganized conf.py in a logical flow and sections for each plugin. | Patrick Lehmann | 2021-01-05 | 1 | -86/+168 |
| | |||||
* | vhdl: fix reprint of vhdl08 array element constraints. | Tristan Gingold | 2021-01-05 | 9 | -459/+564 |
| | |||||
* | vhdl-prints: avoid assertion on empty hbox for simple loop | Tristan Gingold | 2021-01-04 | 1 | -7/+16 |
| | |||||
* | lsp.py: display trace environment variable in the help | Tristan Gingold | 2021-01-04 | 1 | -1/+1 |
| | |||||
* | setup.py: slightly lower required python version | Tristan Gingold | 2021-01-04 | 1 | -1/+1 |
| | |||||
* | pyGHDL: rename ghdl-ls to lsp.py | Tristan Gingold | 2021-01-04 | 1 | -0/+0 |
| | |||||
* | Make pyGHDL.dom compatible to latest pyVHDLModel. | Patrick Lehmann | 2021-01-02 | 1 | -6/+6 |
| | |||||
* | Added documentation. | Patrick Lehmann | 2021-01-02 | 3 | -0/+16 |
| | | | | (cherry picked from commit e55be23d658216c3a017bb5bec8452ad78548b43) | ||||
* | Added '@export' to list public interface items in '__all__'. | Patrick Lehmann | 2021-01-02 | 5 | -0/+26 |
| | | | | (cherry picked from commit 17fa10f71a50c2441115459df8d656acdb337f6e) | ||||
* | Removed '__api__' due to a bug in pydecor's export decorator. | Patrick Lehmann | 2021-01-02 | 5 | -7/+2 |
| | | | | (cherry picked from commit 82c29e4340071a1c5dd4a364077bcd6771ce8216) | ||||
* | Reordered import statments to: std library, global install, current project. | Patrick Lehmann | 2021-01-02 | 16 | -14/+43 |
| | |||||
* | Add more missing file headers (incl. license info) to non-autogenerated ↵ | Patrick Lehmann | 2021-01-02 | 18 | -0/+612 |
| | | | | Python files. | ||||
* | synth: add option to treat asserts as assumes and vice-versa | tmeissner | 2021-01-02 | 9 | -4/+168 |
| | |||||
* | logo: add new bit logo | eine | 2021-01-01 | 9 | -5/+64 |
| | |||||
* | testsuite/synth: add a test for #1563 | Tristan Gingold | 2021-01-01 | 8 | -0/+173 |
| | |||||
* | netlists-inference: handle multiple dff with the same clock. Fix #1563 | Tristan Gingold | 2021-01-01 | 4 | -5/+39 |
| | |||||
* | testsuite/synth: add a test for #1572 | Tristan Gingold | 2021-01-01 | 3 | -0/+35 |
| | |||||
* | synth-oper: handle ieee.numeric_std_unsigned.to_integer. Fix #1572 | Tristan Gingold | 2021-01-01 | 1 | -0/+1 |
| | |||||
* | vhdl: recognize ieee.numeric_std_unsigned. For #1572 | Tristan Gingold | 2021-01-01 | 8 | -482/+621 |
| | |||||
* | synth-expr: propagate error in synth_indexed_name | Tristan Gingold | 2021-01-01 | 2 | -0/+8 |
| | |||||
* | scripts/pnodespy.py: factorize code | Tristan Gingold | 2021-01-01 | 1 | -27/+17 |
| | |||||
* | coverage: run pyunit directly | umarcor | 2021-01-01 | 2 | -6/+3 |
| | |||||
* | ci: add job 'Coverage' | umarcor | 2021-01-01 | 2 | -3/+43 |
| | |||||
* | Add a testcase for packages. | Patrick Lehmann | 2021-01-01 | 1 | -1/+1 |
| | |||||
* | Enable coverage collection in pytest. | Patrick Lehmann | 2021-01-01 | 2 | -1/+32 |
| | |||||
* | Added file headers to auto generated Python sources. | Patrick Lehmann | 2021-01-01 | 7 | -441/+97 |
| | |||||
* | ci: test if pyGHDL needs to be updated | umarcor | 2021-01-01 | 1 | -15/+26 |
| | |||||
* | scripts: add 'update_py_bindings.sh' | umarcor | 2021-01-01 | 1 | -0/+12 |
| | |||||
* | ci/msys2: split build and test (#1559) | Unai Martinez-Corral | 2020-12-31 | 3 | -17/+73 |
| | |||||
* | testsuite/gna: add more tests for #1549 | Tristan Gingold | 2020-12-31 | 3 | -16/+70 |
| | |||||
* | trans-chap3: also compute the size of record constraints for unbounded subtypes | Tristan Gingold | 2020-12-31 | 1 | -2/+23 |
| | |||||
* | vhdl: improve error message for invalid record element constraint. | Tristan Gingold | 2020-12-31 | 1 | -1/+1 |
| | |||||
* | Added type annotations and fixed imports / object references. (#1565) | Patrick Lehmann | 2020-12-31 | 1 | -72/+81 |
| | |||||
* | Changed os.path to pathlib. Added exception handling. | Patrick Lehmann | 2020-12-31 | 1 | -36/+49 |
| | |||||
* | Modified docstrings and other minor changes. | Patrick Lehmann | 2020-12-31 | 1 | -13/+21 |
| | |||||
* | Added file headers and license texts. (#1564) | Patrick Lehmann | 2020-12-31 | 15 | -11/+366 |
| | |||||
* | Executing Python unit tests in Parallel Processes (#1558) | Patrick Lehmann | 2020-12-30 | 7 | -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) |