aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/errorout.py
Commit message (Collapse)AuthorAgeFilesLines
* pyGHDL: update errorout.pyTristan Gingold2023-01-151-3/+4
|
* Updated errorout binding.Patrick Lehmann2022-11-301-4/+6
| | | | (cherry picked from commit cb2c42aae9a65f2418f135fa9d626fe491e6910a)
* vhdl: add an owner to interface type definitionTristan Gingold2022-08-071-4/+5
|
* pyGHDL: regenerateTristan Gingold2022-06-071-10/+11
|
* vhdl: add a warning for unassociated portsTristan Gingold2022-06-041-4/+5
|
* Changed export decorator from pydecor to pyTooling.DecoratorsPatrick Lehmann2021-12-121-1/+1
|
* pyGHDL: update errorout.pyTristan Gingold2021-08-291-4/+5
|
* fix issues reported by Codacyumarcor2021-06-221-3/+0
|
* Regenerated interface files.Patrick Lehmann2021-06-191-1/+4
|
* Using a decorator to bind libghdl to Python.Patrick Lehmann2021-06-171-1/+5
|
* 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'.