aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/utils
Commit message (Collapse)AuthorAgeFilesLines
* Changed pyGHDL.libghdl.utils from package to module.Patrick Lehmann2021-01-101-459/+0
|
* Implemented a decorator to pre-calculate enum position to enum literal name ↵Patrick Lehmann2021-01-101-38/+19
| | | | lookups.
* Fixed parameter reference.Patrick Lehmann2021-01-051-13/+13
|
* Added '@export' to list public interface items in '__all__'.Patrick Lehmann2021-01-021-0/+16
| | | | (cherry picked from commit 17fa10f71a50c2441115459df8d656acdb337f6e)
* Reordered import statments to: std library, global install, current project.Patrick Lehmann2021-01-021-0/+2
|
* Added type annotations and fixed imports / object references. (#1565)Patrick Lehmann2020-12-311-72/+81
|
* Added file headers and license texts. (#1564)Patrick Lehmann2020-12-311-1/+36
|
* rework 'python', rename to 'pyGHDL'umarcor2020-12-271-0/+416
* 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'.