Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dependency Graphs (#2308) | Patrick Lehmann | 2023-01-12 | 1 | -9/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | Removed declarations of __all__ when not needed by export. | Patrick Lehmann | 2022-12-25 | 1 | -2/+0 |
| | |||||
* | Changed export decorator from pydecor to pyTooling.Decorators | Patrick Lehmann | 2021-12-12 | 1 | -1/+1 |
| | |||||
* | Fixes due to a bug in pyVHDLModel. Name Context was used twice. | Patrick Lehmann | 2021-08-23 | 1 | -6/+6 |
| | |||||
* | Adjusted to renaming in pyVHDLModel. | Patrick Lehmann | 2021-08-23 | 1 | -2/+2 |
| | |||||
* | Fixed bug in OthersAggregateElement. | Patrick Lehmann | 2021-07-01 | 1 | -3/+1 |
| | |||||
* | Reworked symbols. | Patrick Lehmann | 2021-07-01 | 1 | -21/+7 |
| | |||||
* | More DOM improvements (#1806) | Patrick Lehmann | 2021-06-26 | 1 | -12/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First try to handle names. * Reworked names. * Reworked range expressions. * Handle AttributeNames. * Added handling of file declaration and attribute declarations. * Improved error outputs. * Handle protected types. * Make black happy with ugly code. * Handle Null literal and File parameters. * File type and physical type. * Don't fail on reported syntax errors. Catch call errors into libghdl. * Improved Sanity checks for pyGHDL.dom. * Load sourcecode via Python and process in-memory. Fixed testcases. * Added package instantiations and packages with generics. * Added UseClause, AttributeSpecification and PhysicalTypes. * Improved pretty-printing. * Fixed AttributeName in subtype indication. * Get code position of IIR nodes. * Added DOMMixin into all derived classes. * Mark as not yet implemented. * Pinned pyVHDLModel version to v0.10.4. * Removed xfail in LSP test. Bumped requirement of pyVHDLModel to v0.10.4. Fixed some Codacy issues. (cherry picked from commit f64e7ed7c3d69cbf84cd60db8e9b085e90b846cb) | ||||
* | pyGHDL: run black | umarcor | 2021-06-19 | 1 | -2/+2 |
| | |||||
* | Better aggregate handling | Patrick Lehmann | 2021-06-19 | 1 | -4/+17 |
| | |||||
* | First step towards aggregates. | Patrick Lehmann | 2021-06-19 | 1 | -0/+81 |