Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed export decorator from pydecor to pyTooling.Decorators | Patrick Lehmann | 2021-12-12 | 1 | -1/+1 |
| | |||||
* | Use new 'Get_Source_Identifier' in pyGHDL.DOM. | Patrick Lehmann | 2021-09-16 | 1 | -2/+2 |
| | |||||
* | black: rerun, to pick pyproject settings | umarcor | 2021-08-23 | 1 | -6/+2 |
| | |||||
* | Adjusted to renaming in pyVHDLModel. | Patrick Lehmann | 2021-08-23 | 1 | -4/+4 |
| | |||||
* | More DOM improvements (#1806) | Patrick Lehmann | 2021-06-26 | 1 | -44/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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) | ||||
* | First primitive handling of selected names. | Patrick Lehmann | 2021-06-23 | 1 | -0/+17 |
| | |||||
* | Report file and line of an error reported by libghdl. | Patrick Lehmann | 2021-06-22 | 1 | -4/+13 |
| | |||||
* | Improved error handling. | Patrick Lehmann | 2021-06-22 | 1 | -5/+35 |
| | |||||
* | Fix Codacy issues | Patrick Lehmann | 2021-06-22 | 1 | -1/+1 |
|\ | |||||
| * | fix issues reported by Codacy | umarcor | 2021-06-22 | 1 | -1/+1 |
| | | |||||
* | | pyGHDL/dom/_Utils.py: add assert, adjust previous commit | Tristan Gingold | 2021-06-22 | 1 | -0/+2 |
|/ | |||||
* | Fixed filename in error messages. | Patrick Lehmann | 2021-06-22 | 1 | -1/+1 |
| | |||||
* | Print position where exception happened. | Patrick Lehmann | 2021-06-22 | 1 | -4/+18 |
| | |||||
* | Renamed 'NodeToName' to 'GetNameOfNode'. | Patrick Lehmann | 2021-06-22 | 1 | -1/+1 |
| | |||||
* | Added missing file headers. | Patrick Lehmann | 2021-06-18 | 1 | -0/+32 |
| | |||||
* | Black found more files - strange. | Patrick Lehmann | 2021-06-17 | 1 | -7/+8 |
| | | | | | | 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/+38 |