aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/vhdl/std_package.py
Commit message (Collapse)AuthorAgeFilesLines
* Add more missing file headers (incl. license info) to non-autogenerated ↵Patrick Lehmann2021-01-021-0/+34
| | | | Python files.
* pyGHDL/libghdl: fix absolute importsumarcor2020-12-291-1/+2
|
* rework 'python', rename to 'pyGHDL'umarcor2020-12-271-0/+13
* 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'.