Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes. | Patrick Lehmann | 2021-08-23 | 1 | -14/+14 |
| | |||||
* | Also handle multiple identifiers in signal, variable, object and file ↵ | Patrick Lehmann | 2021-08-23 | 1 | -20/+65 |
| | | | | declarations. | ||||
* | Adjusted to renaming in pyVHDLModel. | Patrick Lehmann | 2021-08-23 | 1 | -2/+2 |
| | |||||
* | Renamed '[sS]ubType' to '[sS]ubtype'. | Patrick Lehmann | 2021-07-01 | 1 | -32/+32 |
| | |||||
* | Renamed '_?[nN]ame: str' to '_?[iI]dentifier: str'. | Patrick Lehmann | 2021-07-01 | 1 | -12/+12 |
| | |||||
* | Fixed MRO problems. | Patrick Lehmann | 2021-07-01 | 1 | -27/+6 |
| | |||||
* | More DOM improvements (#1806) | Patrick Lehmann | 2021-06-26 | 1 | -36/+105 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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) | ||||
* | Removed duplicate function. | Patrick Lehmann | 2021-06-23 | 1 | -6/+6 |
| | |||||
* | Handle shared variables. | Patrick Lehmann | 2021-06-22 | 1 | -0/+17 |
| | |||||
* | Prepared for DeferredConstant. | Patrick Lehmann | 2021-06-22 | 1 | -0/+19 |
| | |||||
* | Code cleanups. | Patrick Lehmann | 2021-06-22 | 1 | -9/+3 |
| | |||||
* | Renamed 'NodeToName' to 'GetNameOfNode'. | Patrick Lehmann | 2021-06-22 | 1 | -4/+4 |
| | |||||
* | pyGHDL/dom: reformatting | Tristan Gingold | 2021-06-18 | 1 | -1/+1 |
| | |||||
* | pyGHDL/dom: add some guards to avoid crash for optional fields | Tristan Gingold | 2021-06-18 | 1 | -1/+2 |
| | |||||
* | Mode code more local. | Patrick Lehmann | 2021-06-18 | 1 | -0/+33 |
| | | | | (cherry picked from commit 2e64bb94806f080e015a5aea38c7c8734b971377) | ||||
* | Black found more files - strange. | Patrick Lehmann | 2021-06-17 | 1 | -9/+16 |
| | | | | | | Executed black to make code unreadable. (cherry picked from commit 1b34c2368428b1ec295073ee47d201ac1def35f6) | ||||
* | Updates to the dom namespace in pyGHDL. | Patrick Lehmann | 2021-06-17 | 1 | -0/+72 |