Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vhdl: add Get/Set_Associated_package. For #2264 | Tristan Gingold | 2022-12-18 | 1 | -123/+130 |
| | |||||
* | vhdl-nodes: add Get/Set_Instantiated_Header. | Tristan Gingold | 2022-12-16 | 1 | -144/+151 |
| | | | | For #2264 | ||||
* | vhdl-nodes: add Get/Set_Associated_Subprogram. | Tristan Gingold | 2022-11-30 | 1 | -271/+278 |
| | |||||
* | vhdl: add Determined_Aggregate_Flag field. For #2166 | Tristan Gingold | 2022-08-10 | 1 | -63/+70 |
| | |||||
* | vhdl: add an owner to interface type definition | Tristan Gingold | 2022-08-07 | 1 | -280/+287 |
| | |||||
* | vhdl: add support for default in interface subprogram. Fix #2163 | Tristan Gingold | 2022-08-07 | 1 | -327/+341 |
| | |||||
* | vhdl-nodes: add Get/Set_Stop_Flag. For #2150 | Tristan Gingold | 2022-07-29 | 1 | -19/+26 |
| | |||||
* | vhdl-nodes: add Get/Set_Reference_Terminal_Flag | Tristan Gingold | 2022-07-25 | 1 | -274/+281 |
| | |||||
* | vhdl-nodes: renaming. | Tristan Gingold | 2022-07-21 | 1 | -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_expression | Tristan Gingold | 2022-06-12 | 1 | -85/+92 |
| | |||||
* | vhdl-canon: add Canon_Add_Suspend_State | Tristan Gingold | 2022-05-26 | 1 | -0/+14 |
| | |||||
* | vhdl: parse return identifier (v19) | Tristan Gingold | 2022-03-04 | 1 | -228/+235 |
| | |||||
* | Changed export decorator from pydecor to pyTooling.Decorators | Patrick Lehmann | 2021-12-12 | 1 | -1/+1 |
| | |||||
* | vhdl: parse PSL inherit spec. For #1899 | Tristan Gingold | 2021-11-04 | 1 | -54/+54 |
| | |||||
* | Add parsing of case? statement and simple test. | Brian Padalino | 2021-09-24 | 1 | -57/+64 |
| | | | | Also add the Matching flag to the Iir_Kind_Case_Statement. | ||||
* | vhdl and psl: parse sync_abort and async_abort. For #1654 | Tristan Gingold | 2021-08-30 | 1 | -4/+11 |
| | |||||
* | Fix Codacy problems. | Patrick Lehmann | 2021-07-01 | 1 | -0/+3 |
| | |||||
* | fix issues reported by Codacy | umarcor | 2021-06-22 | 1 | -0/+1 |
| | |||||
* | Regenerated interface files. | Patrick Lehmann | 2021-06-19 | 1 | -743/+1486 |
| | |||||
* | Using a decorator to bind libghdl to Python. | Patrick Lehmann | 2021-06-17 | 1 | -471/+1255 |
| | |||||
* | vhdl: remove unused Get/Set_Alias_Declaration | Tristan Gingold | 2021-05-16 | 1 | -101/+98 |
| | |||||
* | vhdl: add Iir_Kind_Foreign_Module | Tristan Gingold | 2021-04-05 | 1 | -0/+3 |
| | |||||
* | pyGHDL: format using black | Xiretza | 2021-02-10 | 1 | -710/+400 |
| | |||||
* | std_names: add gclk. For #1610 | Tristan Gingold | 2021-01-25 | 1 | -0/+1 |
| | | | | Regenerate python files. | ||||
* | Adding types and docstrings to libghdl. | Patrick Lehmann | 2021-01-10 | 1 | -0/+4 |
| | |||||
* | vhdl: fix reprint of vhdl08 array element constraints. | Tristan Gingold | 2021-01-05 | 1 | -188/+196 |
| | |||||
* | Added file headers to auto generated Python sources. | Patrick Lehmann | 2021-01-01 | 1 | -0/+3 |
| | |||||
* | Manually fixed import statements after running xtools. | Patrick Lehmann | 2020-12-29 | 1 | -1/+1 |
| | |||||
* | Run xtools. | Patrick Lehmann | 2020-12-29 | 1 | -398/+708 |
| | |||||
* | pyGHDL/libghdl: fix absolute imports | umarcor | 2020-12-29 | 1 | -1/+1 |
| | |||||
* | rework 'python', rename to 'pyGHDL' | umarcor | 2020-12-27 | 1 | -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'. |