Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes due to a bug in pyVHDLModel. Name Context was used twice. | Patrick Lehmann | 2021-08-23 | 1 | -4/+4 |
| | |||||
* | Adjusted to renaming in pyVHDLModel. | Patrick Lehmann | 2021-08-23 | 1 | -1/+1 |
| | |||||
* | Simplified test code for literals. | Patrick Lehmann | 2021-07-01 | 1 | -28/+31 |
| | |||||
* | Exchanged sides in asserts to the understanding of pytests actual vs. ↵ | Patrick Lehmann | 2021-07-01 | 1 | -6/+6 |
| | | | | expected order. | ||||
* | Improved test code. | Patrick Lehmann | 2021-07-01 | 1 | -4/+4 |
| | |||||
* | Minor changes. | Patrick Lehmann | 2021-07-01 | 1 | -2/+2 |
| | |||||
* | Renamed '_?[nN]ame: str' to '_?[iI]dentifier: str'. | Patrick Lehmann | 2021-07-01 | 1 | -2/+2 |
| | |||||
* | More DOM improvements (#1806) | Patrick Lehmann | 2021-06-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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) | ||||
* | Formatted pyunit tests via black. | Patrick Lehmann | 2021-06-23 | 1 | -5/+9 |
| | |||||
* | Renamed AllVHDLSources to Sanity. | Patrick Lehmann | 2021-06-22 | 1 | -0/+32 |
| | | | | | Improved glob in Sanity check. Bound requirement for pyVHDLModel to Git branch. | ||||
* | Prepared handling of functions, types, subtypes and aliases. | Patrick Lehmann | 2021-06-22 | 1 | -1/+1 |
| | |||||
* | Testcase(s) for expressions. | Patrick Lehmann | 2021-06-19 | 1 | -2/+3 |
| | |||||
* | Added testcase for integer literals. | Patrick Lehmann | 2021-06-19 | 1 | -0/+48 |