Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding types and docstrings to libghdl. | Patrick Lehmann | 2021-01-10 | 3 | -1/+15 |
| | |||||
* | vhdl: fix reprint of vhdl08 array element constraints. | Tristan Gingold | 2021-01-05 | 2 | -188/+202 |
| | |||||
* | Added '@export' to list public interface items in '__all__'. | Patrick Lehmann | 2021-01-02 | 1 | -0/+1 |
| | | | | (cherry picked from commit 17fa10f71a50c2441115459df8d656acdb337f6e) | ||||
* | Reordered import statments to: std library, global install, current project. | Patrick Lehmann | 2021-01-02 | 8 | -8/+18 |
| | |||||
* | Add more missing file headers (incl. license info) to non-autogenerated ↵ | Patrick Lehmann | 2021-01-02 | 12 | -0/+408 |
| | | | | Python files. | ||||
* | vhdl: recognize ieee.numeric_std_unsigned. For #1572 | Tristan Gingold | 2021-01-01 | 1 | -216/+217 |
| | |||||
* | Added file headers to auto generated Python sources. | Patrick Lehmann | 2021-01-01 | 4 | -385/+14 |
| | |||||
* | Manually fixed import statements after running xtools. | Patrick Lehmann | 2020-12-29 | 3 | -3/+3 |
| | |||||
* | Run xtools. | Patrick Lehmann | 2020-12-29 | 4 | -881/+1161 |
| | |||||
* | pyGHDL/libghdl: fix absolute imports | umarcor | 2020-12-29 | 14 | -14/+26 |
| | |||||
* | rework 'python', rename to 'pyGHDL' | umarcor | 2020-12-27 | 16 | -0/+4964 |
* 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'. |