aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/vhdl
Commit message (Collapse)AuthorAgeFilesLines
* Adding types and docstrings to libghdl.Patrick Lehmann2021-01-103-1/+15
|
* vhdl: fix reprint of vhdl08 array element constraints.Tristan Gingold2021-01-052-188/+202
|
* Added '@export' to list public interface items in '__all__'.Patrick Lehmann2021-01-021-0/+1
| | | | (cherry picked from commit 17fa10f71a50c2441115459df8d656acdb337f6e)
* Reordered import statments to: std library, global install, current project.Patrick Lehmann2021-01-028-8/+18
|
* Add more missing file headers (incl. license info) to non-autogenerated ↵Patrick Lehmann2021-01-0212-0/+408
| | | | Python files.
* vhdl: recognize ieee.numeric_std_unsigned. For #1572Tristan Gingold2021-01-011-216/+217
|
* Added file headers to auto generated Python sources.Patrick Lehmann2021-01-014-385/+14
|
* Manually fixed import statements after running xtools.Patrick Lehmann2020-12-293-3/+3
|
* Run xtools.Patrick Lehmann2020-12-294-881/+1161
|
* pyGHDL/libghdl: fix absolute importsumarcor2020-12-2914-14/+26
|
* rework 'python', rename to 'pyGHDL'umarcor2020-12-2716-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'.