aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/vhdl/nodes_meta.py
Commit message (Collapse)AuthorAgeFilesLines
* vhdl-canon: add Canon_Add_Suspend_StateTristan Gingold2022-05-261-0/+14
|
* vhdl: parse return identifier (v19)Tristan Gingold2022-03-041-228/+235
|
* Changed export decorator from pydecor to pyTooling.DecoratorsPatrick Lehmann2021-12-121-1/+1
|
* vhdl: parse PSL inherit spec. For #1899Tristan Gingold2021-11-041-54/+54
|
* Add parsing of case? statement and simple test.Brian Padalino2021-09-241-57/+64
| | | | Also add the Matching flag to the Iir_Kind_Case_Statement.
* vhdl and psl: parse sync_abort and async_abort. For #1654Tristan Gingold2021-08-301-4/+11
|
* Fix Codacy problems.Patrick Lehmann2021-07-011-0/+3
|
* fix issues reported by Codacyumarcor2021-06-221-0/+1
|
* Regenerated interface files.Patrick Lehmann2021-06-191-743/+1486
|
* Using a decorator to bind libghdl to Python.Patrick Lehmann2021-06-171-471/+1255
|
* vhdl: remove unused Get/Set_Alias_DeclarationTristan Gingold2021-05-161-101/+98
|
* vhdl: add Iir_Kind_Foreign_ModuleTristan Gingold2021-04-051-0/+3
|
* pyGHDL: format using blackXiretza2021-02-101-710/+400
|
* std_names: add gclk. For #1610Tristan Gingold2021-01-251-0/+1
| | | | Regenerate python files.
* Adding types and docstrings to libghdl.Patrick Lehmann2021-01-101-0/+4
|
* vhdl: fix reprint of vhdl08 array element constraints.Tristan Gingold2021-01-051-188/+196
|
* 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-398/+708
|
* pyGHDL/libghdl: fix absolute importsumarcor2020-12-291-1/+1
|
* rework 'python', rename to 'pyGHDL'umarcor2020-12-271-0/+1294
* 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'.