aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
Commit message (Collapse)AuthorAgeFilesLines
* Make pyGHDL/cli a Python package.Patrick Lehmann2020-12-271-0/+0
|
* Added first implementation of a document object model (DOM).Patrick Lehmann2020-12-275-0/+281
|
* rework 'python', rename to 'pyGHDL'umarcor2020-12-2743-0/+9429
* 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'.