aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/vhdl/nodes_meta.py
Commit message (Collapse)AuthorAgeFilesLines
* vhdl: add Owned_Instance_Package_Body to handle ownershipTristan Gingold2023-03-261-308/+315
| | | | of package body.
* vhdl: add Set/Get_Immediate_Body_Flag (for package instantiation)Tristan Gingold2023-03-221-306/+313
|
* ghdllocal.adb(Build_Dependence): rebuild file dependencies.Tristan Gingold2023-03-131-387/+380
| | | | | vhdl: remove Get/Set_File_Dependence_List. Fix #2388
* vhdl: add Get/Set_Elaboration_FlagTristan Gingold2023-01-141-38/+45
|
* vhdl-sem_inst: handle suspend_stateTristan Gingold2023-01-041-0/+14
|
* vhdl: add Get/Set_Associated_package. For #2264Tristan Gingold2022-12-181-123/+130
|
* vhdl-nodes: add Get/Set_Instantiated_Header.Tristan Gingold2022-12-161-144/+151
| | | | For #2264
* vhdl-nodes: add Get/Set_Associated_Subprogram.Tristan Gingold2022-11-301-271/+278
|
* vhdl: add Determined_Aggregate_Flag field. For #2166Tristan Gingold2022-08-101-63/+70
|
* vhdl: add an owner to interface type definitionTristan Gingold2022-08-071-280/+287
|
* vhdl: add support for default in interface subprogram. Fix #2163Tristan Gingold2022-08-071-327/+341
|
* vhdl-nodes: add Get/Set_Stop_Flag. For #2150Tristan Gingold2022-07-291-19/+26
|
* vhdl-nodes: add Get/Set_Reference_Terminal_FlagTristan Gingold2022-07-251-274/+281
|
* vhdl-nodes: renaming.Tristan Gingold2022-07-211-6/+6
| | | | | | | Node Iir_Kind_Signal_Attribute_Declaration is now Iir_Kind_Attribute_Implicit_Declaration Will also handle quantities.
* vhdl-nodes: add Inertial_Flag for association_element_by_expressionTristan Gingold2022-06-121-85/+92
|
* 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'.