Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code formatting based on black. | Patrick Lehmann | 2022-12-24 | 1 | -66/+32 |
| | | | | (cherry picked from commit 1f9773b56a90c6564698c842501f3889714fad84) | ||||
* | Adjusted to latest pyVHDLModel. | Patrick Lehmann | 2022-12-23 | 1 | -3/+3 |
| | |||||
* | Formatted code with black. | Patrick Lehmann | 2022-11-30 | 1 | -10/+22 |
| | |||||
* | Converted string formatting to f-strings. | Patrick Lehmann | 2022-11-30 | 1 | -204/+79 |
| | |||||
* | Changed export decorator from pydecor to pyTooling.Decorators | Patrick Lehmann | 2021-12-12 | 1 | -1/+1 |
| | |||||
* | black: rerun, to pick pyproject settings | umarcor | 2021-08-23 | 1 | -155/+43 |
| | |||||
* | Some fixes. | Patrick Lehmann | 2021-08-23 | 1 | -2/+1 |
| | |||||
* | Some updates. | Patrick Lehmann | 2021-08-23 | 1 | -1/+3 |
| | |||||
* | Fixed pretty printer after model fix. | Patrick Lehmann | 2021-08-23 | 1 | -1/+1 |
| | |||||
* | Handle contexts. | Patrick Lehmann | 2021-08-23 | 1 | -4/+4 |
| | |||||
* | Handle bodies in case generate statements. | Patrick Lehmann | 2021-08-23 | 1 | -0/+3 |
| | |||||
* | Support for concurrent procedure call. | Patrick Lehmann | 2021-08-23 | 1 | -0/+7 |
| | |||||
* | Improvements for case generate statements. | Patrick Lehmann | 2021-08-23 | 1 | -2/+11 |
| | |||||
* | Improved handling of generate statements and pretty-printing of hierarchy. | Patrick Lehmann | 2021-08-23 | 1 | -6/+13 |
| | |||||
* | Improved pretty-printing for hierarchy. | Patrick Lehmann | 2021-08-23 | 1 | -16/+128 |
| | |||||
* | Reworked pretty printing. | Patrick Lehmann | 2021-08-23 | 1 | -27/+44 |
| | |||||
* | Fixes. | Patrick Lehmann | 2021-08-23 | 1 | -1/+2 |
| | |||||
* | PrettyPrint deferred constants. | Patrick Lehmann | 2021-08-23 | 1 | -5/+10 |
| | |||||
* | Needed for changes in prettyprint for the Identifier(s) change in pyVHDLModel. | Patrick Lehmann | 2021-08-23 | 1 | -4/+6 |
| | |||||
* | Adjust DOM to a change in pyVHDLModel: some Identifiers being now a list of ↵ | Patrick Lehmann | 2021-08-23 | 1 | -10/+10 |
| | | | | identifiers. | ||||
* | Adjusted to renaming in pyVHDLModel. | Patrick Lehmann | 2021-08-23 | 2 | -23/+87 |
| | |||||
* | Added package declarations inside of declarations. | Patrick Lehmann | 2021-07-01 | 1 | -0/+13 |
| | | | | | Added PSL Default clock (dummy). Added Disconnect specification (dummy). | ||||
* | Renamed '[sS]ubType' to '[sS]ubtype'. | Patrick Lehmann | 2021-07-01 | 1 | -24/+36 |
| | |||||
* | Reworked scalar types created from ranges. | Patrick Lehmann | 2021-07-01 | 1 | -3/+1 |
| | |||||
* | Renamed '_?[nN]ame: str' to '_?[iI]dentifier: str'. | Patrick Lehmann | 2021-07-01 | 1 | -30/+30 |
| | |||||
* | Rework and fine tuning. | Patrick Lehmann | 2021-07-01 | 1 | -5/+36 |
| | |||||
* | Fixed MRO problems. | Patrick Lehmann | 2021-07-01 | 1 | -0/+18 |
| | |||||
* | Current state. | Patrick Lehmann | 2021-07-01 | 1 | -2/+2 |
| | |||||
* | More DOM improvements (#1806) | Patrick Lehmann | 2021-06-26 | 1 | -6/+72 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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) | ||||
* | Handle 'Subtype_Definition' in record definitions. | Patrick Lehmann | 2021-06-23 | 1 | -2/+2 |
| | |||||
* | First primitive handling of selected names. | Patrick Lehmann | 2021-06-23 | 1 | -2/+2 |
| | |||||
* | Better type handling. | Patrick Lehmann | 2021-06-23 | 1 | -9/+33 |
| | |||||
* | Handle shared variables. | Patrick Lehmann | 2021-06-22 | 1 | -1/+11 |
| | |||||
* | Prepared for DeferredConstant. | Patrick Lehmann | 2021-06-22 | 1 | -9/+9 |
| | |||||
* | Implemented handling of generic parameters to subprograms. | Patrick Lehmann | 2021-06-22 | 1 | -3/+2 |
| | |||||
* | Fixed function call parameters. | Patrick Lehmann | 2021-06-22 | 1 | -1/+13 |
| | | | | | Fixed physical literal units. Added basic Procedure detection. | ||||
* | Handle Physical...Literals | Patrick Lehmann | 2021-06-22 | 1 | -2/+5 |
| | |||||
* | Handle component declarations. | Patrick Lehmann | 2021-06-22 | 1 | -2/+21 |
| | |||||
* | Prepared handling of functions, types, subtypes and aliases. | Patrick Lehmann | 2021-06-22 | 1 | -2/+17 |
| | |||||
* | Minimal handling of types and subtypes. | Patrick Lehmann | 2021-06-22 | 1 | -0/+18 |
| | |||||
* | Fixed missed renaming. Removed formatRange. | Patrick Lehmann | 2021-06-19 | 1 | -28/+5 |
| | |||||
* | Fixed a black issue. | Patrick Lehmann | 2021-06-19 | 1 | -1/+1 |
| | |||||
* | Simplified prettyprint, as pyVHDLModel has now builtin __str__ methods for ↵ | Patrick Lehmann | 2021-06-19 | 1 | -121/+7 |
| | | | | expressions, aggregates and literals. | ||||
* | Added handling of Parenthesis. | Patrick Lehmann | 2021-06-19 | 1 | -15/+21 |
| | |||||
* | Improvements to pyGHDL.dom. | Patrick Lehmann | 2021-06-19 | 1 | -66/+93 |
| | |||||
* | pyGHDL: run black | umarcor | 2021-06-19 | 1 | -8/+25 |
| | |||||
* | Better aggregate handling | Patrick Lehmann | 2021-06-19 | 1 | -8/+9 |
| | |||||
* | Format aggregates. | Patrick Lehmann | 2021-06-19 | 1 | -1/+28 |
| | |||||
* | First step towards aggregates. | Patrick Lehmann | 2021-06-19 | 1 | -1/+3 |
| | |||||
* | pyGHDL/dom: reformatting | Tristan Gingold | 2021-06-18 | 1 | -1/+2 |
| |