Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pyGHDL: Reworked Symbols and Names (#2412) | Unai Martinez-Corral | 2023-04-19 | 14 | -212/+143 |
|\ | |||||
| * | Bumped dependencies. | Patrick Lehmann | 2023-04-16 | 2 | -2/+2 |
| * | Fixed last testcase. | Patrick Lehmann | 2023-04-16 | 3 | -7/+21 |
| * | Bumped dependencies. | Patrick Lehmann | 2023-04-16 | 2 | -2/+1 |
| * | Removed Get**Symbol functions. | Patrick Lehmann | 2023-04-15 | 3 | -59/+2 |
| * | Formatting by black. | Patrick Lehmann | 2023-04-15 | 3 | -4/+16 |
| * | Fixes due to errors reported by unit tests. | Patrick Lehmann | 2023-04-15 | 3 | -4/+4 |
| * | Modifications due to changes in Symbols. | Patrick Lehmann | 2023-04-15 | 9 | -18/+24 |
| * | Fixes due to failing testcases. | Patrick Lehmann | 2023-04-14 | 4 | -14/+26 |
| * | Reworking symbols. | Patrick Lehmann | 2023-04-13 | 8 | -136/+81 |
* | | Updated dependencies and adjusted Python code. | Patrick Lehmann | 2023-04-15 | 7 | -19/+18 |
|\| | |||||
| * | Formatting with black. | Patrick Lehmann | 2023-04-11 | 1 | -1/+3 |
| * | Disabled some code due to problems with symbols. | Patrick Lehmann | 2023-04-11 | 1 | -4/+5 |
| * | Fixed iterating architectures of an entity. | Patrick Lehmann | 2023-04-11 | 1 | -2/+2 |
| * | Adjustments to pyTooling. | Patrick Lehmann | 2023-04-10 | 1 | -7/+2 |
| * | Adjustments to pyVHDLModel. | Patrick Lehmann | 2023-04-10 | 1 | -3/+4 |
| * | Bumped dependencies. | Patrick Lehmann | 2023-04-10 | 3 | -3/+3 |
| * | Bumped dependencies. | Patrick Lehmann | 2023-04-10 | 2 | -2/+2 |
| * | Bumped dependencies. | Patrick Lehmann | 2023-04-10 | 1 | -0/+0 |
* | | vhdl: recognize conv_signed. For #2408 | Tristan Gingold | 2023-04-14 | 1 | -138/+142 |
|/ | |||||
* | pyGHDL: reformatting | c-thaler | 2023-04-04 | 1 | -1/+1 |
* | pyGHDL: fix range handling in subtype indication | c-thaler | 2023-04-04 | 1 | -1/+7 |
* | pyGHDL: reformatting | c-thaler | 2023-04-04 | 1 | -1/+1 |
* | pyGHDL: fix constructor call parameters | c-thaler | 2023-04-04 | 1 | -1/+2 |
* | pyGHDL: add missing handling of exit statement | c-thaler | 2023-04-04 | 2 | -0/+15 |
* | vhdl: add Owned_Instance_Package_Body to handle ownership | Tristan Gingold | 2023-03-26 | 2 | -308/+328 |
* | vhdl: add Set/Get_Immediate_Body_Flag (for package instantiation) | Tristan Gingold | 2023-03-22 | 2 | -306/+326 |
* | vhdl: add iir_kind_package_instantiation_body | Tristan Gingold | 2023-03-22 | 1 | -229/+230 |
* | standalone wheels: put date in development versions | Tristan Gingold | 2023-03-17 | 1 | -1/+3 |
* | ghdllocal.adb(Build_Dependence): rebuild file dependencies. | Tristan Gingold | 2023-03-13 | 2 | -400/+380 |
* | Limiting versions of pyTooling to >=2.13, but <3.0. | Patrick Lehmann | 2023-03-10 | 2 | -2/+2 |
* | Bump version to 4.0.0-dev | Tristan Gingold | 2023-03-08 | 1 | -1/+1 |
* | Release: bump to 3.0.0 | Tristan Gingold | 2023-03-08 | 1 | -1/+1 |
* | Bump to 3.0.0-rc.4, regenerate doc | Tristan Gingold | 2023-03-08 | 1 | -1/+1 |
* | pyGHDL: update copyright year | Unai Martinez-Corral | 2023-02-25 | 1 | -1/+1 |
* | pyGHDL/dom/requirements: bump pyVHDLModel to 0.23.0 | Unai Martinez-Corral | 2023-02-25 | 1 | -1/+1 |
* | pyGHDL/libghdl: fix typo for argtypes. | Tristan Gingold | 2023-02-22 | 1 | -1/+1 |
* | pyGHDL: reformating | Tristan Gingold | 2023-02-03 | 2 | -3/+1 |
* | pyGHDL: reformatting | Tristan Gingold | 2023-01-27 | 3 | -7/+9 |
* | pyGHDL/lsp: add but disable code action | Tristan Gingold | 2023-01-26 | 1 | -0/+8 |
* | pyGHDL/lsp: add comments | Tristan Gingold | 2023-01-26 | 1 | -1/+6 |
* | pyGHDL/lsp: add goto implementation | Tristan Gingold | 2023-01-26 | 3 | -7/+25 |
* | pyGHDL/lsp: ignore cancelRequest | Tristan Gingold | 2023-01-26 | 1 | -0/+4 |
* | pyGHDL/lsp: update, handle hover | Tristan Gingold | 2023-01-26 | 5 | -19/+111 |
* | pyGHDL: update and add prints.py | Tristan Gingold | 2023-01-26 | 3 | -53/+97 |
* | Update py binding | Tristan Gingold | 2023-01-21 | 1 | -513/+532 |
* | Revert "standalone pyGHDL: put libraries in lib (instead of bin)" | Tristan Gingold | 2023-01-17 | 1 | -1/+1 |
* | standalone pyGHDL: put libraries in lib (instead of bin) | Tristan Gingold | 2023-01-17 | 1 | -1/+1 |
* | pyGHDL: update errorout.py | Tristan Gingold | 2023-01-15 | 1 | -3/+4 |
* | vhdl: add Get/Set_Elaboration_Flag | Tristan Gingold | 2023-01-14 | 2 | -38/+58 |