aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/vhdl
Commit message (Collapse)AuthorAgeFilesLines
* 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'.