aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/errorout.py
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate errorout.pyTristan Gingold2021-03-091-11/+12
|
* pyGHDL: format using blackXiretza2021-02-101-0/+1
|
* std_names: add gclk. For #1610Tristan Gingold2021-01-251-3/+1
| | | | Regenerate python files.
* Adding types and docstrings to libghdl.Patrick Lehmann2021-01-101-1/+7
|
* Added file headers to auto generated Python sources.Patrick Lehmann2021-01-011-0/+3
|
* Manually fixed import statements after running xtools.Patrick Lehmann2020-12-291-1/+1
|
* Run xtools.Patrick Lehmann2020-12-291-1/+1
|
* pyGHDL/libghdl: fix absolute importsumarcor2020-12-291-1/+1
|
* rework 'python', rename to 'pyGHDL'umarcor2020-12-271-0/+38
* 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'.