aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
Commit message (Collapse)AuthorAgeFilesLines
* pyGHDL: reformattingTristan Gingold2023-04-291-3/+2
|
* pyGHDL/lsp: support library in hdl-prj.jsonTristan Gingold2023-04-242-14/+22
|
* pyGHDL/libghdl: add more bindings to libghdlTristan Gingold2023-04-241-0/+31
|
* pyGHDL: Reworked Symbols and Names (#2412)Unai Martinez-Corral2023-04-1914-212/+143
|\
| * Bumped dependencies.Patrick Lehmann2023-04-162-2/+2
| |
| * Fixed last testcase.Patrick Lehmann2023-04-163-7/+21
| |
| * Bumped dependencies.Patrick Lehmann2023-04-162-2/+1
| |
| * Removed Get**Symbol functions.Patrick Lehmann2023-04-153-59/+2
| |
| * 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
| |
* | Updated dependencies and adjusted Python code.Patrick Lehmann2023-04-157-19/+18
|\|
| * 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
| | | | | | | | (cherry picked from commit 29ed1fdb26122ba272ed0da465a998fc267d75d8)
| * Adjustments to pyVHDLModel.Patrick Lehmann2023-04-101-3/+4
| | | | | | | | (cherry picked from commit 506c747238e6d0f17676b3436a5b7d0b7544a8f3)
| * Bumped dependencies.Patrick Lehmann2023-04-103-3/+3
| | | | | | | | (cherry picked from commit 6f83d43a10737b353e7ed1227086d1c0d13c5fe7)
| * Bumped dependencies.Patrick Lehmann2023-04-102-2/+2
| | | | | | | | (cherry picked from commit 8a01be0a33f6c72adac11d6090fad8ab511956f6)
| * Bumped dependencies.Patrick Lehmann2023-04-101-0/+0
| | | | | | | | (cherry picked from commit 3df7680eef2d9efd97857c55a268c3bf98350b0e)
* | vhdl: recognize conv_signed. For #2408Tristan Gingold2023-04-141-138/+142
|/
* pyGHDL: reformattingc-thaler2023-04-041-1/+1
|
* pyGHDL: fix range handling in subtype indicationc-thaler2023-04-041-1/+7
| | | | | According to ยง3.1, range can be a range expression or an attribute name. This must be respected when accessing the fields of the node.
* 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
| | | | of package body.
* 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
| | | | | vhdl: remove Get/Set_File_Dependence_List. Fix #2388
* 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
| | | | Fix ghdl/ghdl-language-server#151
* 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
| | | | This reverts commit 0574c562f9b1152e1077323f1bd8e57c2afda544.