aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/NonStandard.py
Commit message (Collapse)AuthorAgeFilesLines
* Adjusted to renaming in pyVHDLModel.Patrick Lehmann2021-08-231-2/+2
|
* Preparations for PSL.Patrick Lehmann2021-07-011-0/+13
|
* More DOM improvements (#1806)Patrick Lehmann2021-06-261-17/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* Improved error handling.Patrick Lehmann2021-06-221-7/+5
|
* pyGHDL/dom/NonStandard: one-line docstringumarcor2021-06-221-3/+1
|
* fix issues reported by Codacyumarcor2021-06-221-2/+3
|
* Fixed issues reported by Codacy.Patrick Lehmann2021-06-221-1/+2
|
* Prepared handling of functions, types, subtypes and aliases.Patrick Lehmann2021-06-221-0/+171