aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
Commit message (Expand)AuthorAgeFilesLines
* Formatting by black.Patrick Lehmann2023-04-153-4/+16
* Fixes due to errors reported by unit tests.Patrick Lehmann2023-04-153-4/+4
* Modifications due to changes in Symbols.Patrick Lehmann2023-04-159-18/+24
* Fixes due to failing testcases.Patrick Lehmann2023-04-144-14/+26
* Reworking symbols.Patrick Lehmann2023-04-138-136/+81
* Formatting with black.Patrick Lehmann2023-04-111-1/+3
* Disabled some code due to problems with symbols.Patrick Lehmann2023-04-111-4/+5
* Fixed iterating architectures of an entity.Patrick Lehmann2023-04-111-2/+2
* Adjustments to pyTooling.Patrick Lehmann2023-04-101-7/+2
* Adjustments to pyVHDLModel.Patrick Lehmann2023-04-101-3/+4
* Bumped dependencies.Patrick Lehmann2023-04-103-3/+3
* Bumped dependencies.Patrick Lehmann2023-04-102-2/+2
* Bumped dependencies.Patrick Lehmann2023-04-101-0/+0
* pyGHDL: reformattingc-thaler2023-04-041-1/+1
* pyGHDL: fix range handling in subtype indicationc-thaler2023-04-041-1/+7
* pyGHDL: reformattingc-thaler2023-04-041-1/+1
* pyGHDL: fix constructor call parametersc-thaler2023-04-041-1/+2
* pyGHDL: add missing handling of exit statementc-thaler2023-04-042-0/+15
* vhdl: add Owned_Instance_Package_Body to handle ownershipTristan Gingold2023-03-262-308/+328
* vhdl: add Set/Get_Immediate_Body_Flag (for package instantiation)Tristan Gingold2023-03-222-306/+326
* vhdl: add iir_kind_package_instantiation_bodyTristan Gingold2023-03-221-229/+230
* standalone wheels: put date in development versionsTristan Gingold2023-03-171-1/+3
* ghdllocal.adb(Build_Dependence): rebuild file dependencies.Tristan Gingold2023-03-132-400/+380
* Limiting versions of pyTooling to >=2.13, but <3.0.Patrick Lehmann2023-03-102-2/+2
* Bump version to 4.0.0-devTristan Gingold2023-03-081-1/+1
* Release: bump to 3.0.0Tristan Gingold2023-03-081-1/+1
* Bump to 3.0.0-rc.4, regenerate docTristan Gingold2023-03-081-1/+1
* pyGHDL: update copyright yearUnai Martinez-Corral2023-02-251-1/+1
* pyGHDL/dom/requirements: bump pyVHDLModel to 0.23.0Unai Martinez-Corral2023-02-251-1/+1
* pyGHDL/libghdl: fix typo for argtypes.Tristan Gingold2023-02-221-1/+1
* pyGHDL: reformatingTristan Gingold2023-02-032-3/+1
* pyGHDL: reformattingTristan Gingold2023-01-273-7/+9
* pyGHDL/lsp: add but disable code actionTristan Gingold2023-01-261-0/+8
* pyGHDL/lsp: add commentsTristan Gingold2023-01-261-1/+6
* pyGHDL/lsp: add goto implementationTristan Gingold2023-01-263-7/+25
* pyGHDL/lsp: ignore cancelRequestTristan Gingold2023-01-261-0/+4
* pyGHDL/lsp: update, handle hoverTristan Gingold2023-01-265-19/+111
* pyGHDL: update and add prints.pyTristan Gingold2023-01-263-53/+97
* Update py bindingTristan Gingold2023-01-211-513/+532
* Revert "standalone pyGHDL: put libraries in lib (instead of bin)"Tristan Gingold2023-01-171-1/+1
* standalone pyGHDL: put libraries in lib (instead of bin)Tristan Gingold2023-01-171-1/+1
* pyGHDL: update errorout.pyTristan Gingold2023-01-151-3/+4
* vhdl: add Get/Set_Elaboration_FlagTristan Gingold2023-01-142-38/+58
* Dependency Graphs (#2308)Patrick Lehmann2023-01-1224-315/+604
* vhdl-sem_inst: handle suspend_stateTristan Gingold2023-01-042-0/+40
* Formatting by black.Patrick Lehmann2022-12-304-6/+24
* Bumped dependency to pyVHDLModel to v0.20.2Patrick Lehmann2022-12-302-3/+3
* Fixed handling of Use clauses in packages.Patrick Lehmann2022-12-301-2/+5
* Bumped dependency to pyVHDLModel to v0.20.0Patrick Lehmann2022-12-301-1/+1
* Added Get***Symbol functions. Improved Symbol handling.Patrick Lehmann2022-12-295-89/+108