aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/NonStandard.py
Commit message (Expand)AuthorAgeFilesLines
* Modifications due to changes in Symbols.Patrick Lehmann2023-04-151-1/+2
* Adjustments to pyVHDLModel.Patrick Lehmann2023-04-101-3/+4
* Dependency Graphs (#2308)Patrick Lehmann2023-01-121-8/+4
* 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
* Enable and disable AMS support based on VHDLVersion.Patrick Lehmann2022-12-241-1/+13
* Changed '"...".format(...)' to f-strings.Patrick Lehmann2022-12-241-2/+2
* Code formatting based on black.Patrick Lehmann2022-12-241-1/+2
* Change encoding to latin-1 for libghdl (to comply with standard).Patrick Lehmann2022-12-241-3/+3
* 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 to...Patrick Lehmann2022-06-191-0/+1
* 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
* 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