Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bumped dependencies. | Patrick Lehmann | 2023-04-10 | 3 | -3/+3 |
| | | | | (cherry picked from commit 6f83d43a10737b353e7ed1227086d1c0d13c5fe7) | ||||
* | Bumped dependencies. | Patrick Lehmann | 2023-04-10 | 2 | -2/+2 |
| | | | | (cherry picked from commit 8a01be0a33f6c72adac11d6090fad8ab511956f6) | ||||
* | Bumped dependencies. | Patrick Lehmann | 2023-04-10 | 1 | -0/+0 |
| | | | | (cherry picked from commit 3df7680eef2d9efd97857c55a268c3bf98350b0e) | ||||
* | 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 |
| | | | | | 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: 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 |
| | | | | of package body. | ||||
* | 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 |
| | | | | | vhdl: remove Get/Set_File_Dependence_List. Fix #2388 | ||||
* | 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 |
| | | | | Fix ghdl/ghdl-language-server#151 | ||||
* | 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 |
| | | | | This reverts commit 0574c562f9b1152e1077323f1bd8e57c2afda544. | ||||
* | 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 |
| | |||||
* | Dependency Graphs (#2308) | Patrick Lehmann | 2023-01-12 | 24 | -315/+604 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Further fixes to the example code. * Bumped dependencies. * Fixed Debouncer example code. * Some more cleanup. * Black's opinion. * Run with pyVHDLModel dev-branch. * Fixed imports for Name. * Fixed test case. * Added a formatter to write dependency graphs and hierarchy as graphml. * Improved GraphML formatting. * Write compile order graph. * Computing compile order. * Bumped dependencies. * Black's opinion. * Fixed incorrect dependency. | ||||
* | vhdl-sem_inst: handle suspend_state | Tristan Gingold | 2023-01-04 | 2 | -0/+40 |
| | |||||
* | Formatting by black. | Patrick Lehmann | 2022-12-30 | 4 | -6/+24 |
| | |||||
* | Bumped dependency to pyVHDLModel to v0.20.2 | Patrick Lehmann | 2022-12-30 | 2 | -3/+3 |
| | |||||
* | Fixed handling of Use clauses in packages. | Patrick Lehmann | 2022-12-30 | 1 | -2/+5 |
| | |||||
* | Bumped dependency to pyVHDLModel to v0.20.0 | Patrick Lehmann | 2022-12-30 | 1 | -1/+1 |
| | |||||
* | Added Get***Symbol functions. Improved Symbol handling. | Patrick Lehmann | 2022-12-29 | 5 | -89/+108 |
| | |||||
* | Fixed glob pattern in DOM CLI test program. | Patrick Lehmann | 2022-12-27 | 1 | -2/+2 |
| | |||||
* | Improved prettyprint. | Patrick Lehmann | 2022-12-27 | 1 | -12/+12 |
| | |||||
* | Implemented GetContextSymbol and fixed how ContextReferenceSymbols are created. | Patrick Lehmann | 2022-12-27 | 2 | -5/+14 |
| | |||||
* | Formatting by black. | Patrick Lehmann | 2022-12-26 | 4 | -8/+13 |
| | |||||
* | Replaced specific code with routines from pyVHDLModel. | Patrick Lehmann | 2022-12-26 | 2 | -11/+21 |
| | |||||
* | Bumped dependecy to pyVHDLModel and added analysis time measurements. | Patrick Lehmann | 2022-12-26 | 2 | -1/+16 |
| | |||||
* | More adjustments to new symbols. | Patrick Lehmann | 2022-12-26 | 3 | -16/+21 |
| | |||||
* | New handling of symbols. | Patrick Lehmann | 2022-12-26 | 2 | -39/+41 |
| | |||||
* | Converted more symbols for packages and contexts. | Patrick Lehmann | 2022-12-25 | 3 | -15/+79 |
| | |||||
* | Removed declarations of __all__ when not needed by export. | Patrick Lehmann | 2022-12-25 | 13 | -31/+0 |
| |