aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/NonStandard.py
Commit message (Collapse)AuthorAgeFilesLines
* Formatting by black.Patrick Lehmann2022-12-261-1/+2
|
* Bumped dependecy to pyVHDLModel and added analysis time measurements.Patrick Lehmann2022-12-261-0/+15
|
* Converted more symbols for packages and contexts.Patrick Lehmann2022-12-251-4/+4
|
* Removed declarations of __all__ when not needed by export.Patrick Lehmann2022-12-251-2/+0
|
* Added missing imports.Patrick Lehmann2022-12-241-4/+4
|
* Formatting by black.Patrick Lehmann2022-12-241-2/+2
| | | | (cherry picked from commit 68f9ef6f18ac454dd25a180c6bf1046c8172174d)
* Enable and disable AMS support based on VHDLVersion.Patrick Lehmann2022-12-241-1/+13
| | | | (cherry picked from commit 04d141309147a5731ea3461d59cfc8e17ad57c82)
* Changed '"...".format(...)' to f-strings.Patrick Lehmann2022-12-241-2/+2
| | | | (cherry picked from commit 86a5638332b2573523b1f9768cf321a41b16f21c)
* Code formatting based on black.Patrick Lehmann2022-12-241-1/+2
| | | | (cherry picked from commit 1f9773b56a90c6564698c842501f3889714fad84)
* Change encoding to latin-1 for libghdl (to comply with standard).Patrick Lehmann2022-12-241-3/+3
| | | | | | It can be monkey-patched via pyGHDL.libGHDL.ENCODING. (cherry picked from commit 2dd38de9d52493cde7c045ed73a987ed06bf617a)
* We should have asked black first.Patrick Lehmann2022-12-231-1/+2
|
* Updated to pyVHDLModel v0.18.0.Patrick Lehmann2022-12-231-2/+2
|
* Use correct API in pyVHDLModel.Patrick Lehmann2022-12-231-10/+10
|
* Collect file header comments as documentation for the VHDL document.Patrick Lehmann2022-12-231-1/+2
|
* Added handling of associated documentation comments.Patrick Lehmann2022-12-231-4/+7
|
* Formatted code with black.Patrick Lehmann2022-11-301-1/+3
|
* Converted string formatting to f-strings.Patrick Lehmann2022-11-301-6/+2
|
* Enabled AMS support for all VHDL files. Added more [NOT IMPLEMENTED] rules ↵Patrick Lehmann2022-06-191-0/+1
| | | | to support VHDL-AMS code.
* Changed export decorator from pydecor to pyTooling.DecoratorsPatrick Lehmann2021-12-121-1/+1
|
* black: rerun, to pick pyproject settingsumarcor2021-08-231-9/+3
|
* Handle context references.Patrick Lehmann2021-08-231-0/+3
|
* Handle contexts.Patrick Lehmann2021-08-231-7/+33
|
* Black formatting.Patrick Lehmann2021-08-231-3/+1
|
* 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