aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/Attribute.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixes due to errors reported by unit tests.Patrick Lehmann2023-04-151-1/+1
|
* Modifications due to changes in Symbols.Patrick Lehmann2023-04-151-1/+1
|
* Reworking symbols.Patrick Lehmann2023-04-131-2/+2
|
* Dependency Graphs (#2308)Patrick Lehmann2023-01-121-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Further fixes to the example code. * Bumped dependencies. * Fixed Debouncer example code. * Some more cleanup. * Black's opinion. * Run with pyVHDLModel dev-branch. * Fixed imports for Name. * Fixed test case. * Added a formatter to write dependency graphs and hierarchy as graphml. * Improved GraphML formatting. * Write compile order graph. * Computing compile order. * Bumped dependencies. * Black's opinion. * Fixed incorrect dependency.
* Changed '"...".format(...)' to f-strings.Patrick Lehmann2022-12-241-2/+2
| | | | (cherry picked from commit 86a5638332b2573523b1f9768cf321a41b16f21c)
* Here is blacks opinion.Patrick Lehmann2022-12-231-1/+1
|
* Added handling of associated documentation comments.Patrick Lehmann2022-12-231-7/+10
|
* Formatted code with black.Patrick Lehmann2022-11-301-2/+6
|
* Converted string formatting to f-strings.Patrick Lehmann2022-11-301-18/+2
|
* Changed export decorator from pydecor to pyTooling.DecoratorsPatrick Lehmann2021-12-121-1/+1
|
* Adjusted to renaming in pyVHDLModel.Patrick Lehmann2021-08-231-2/+2
|
* Extended attribute specification.Patrick Lehmann2021-07-011-9/+77
|
* Renamed '[sS]ubType' to '[sS]ubtype'.Patrick Lehmann2021-07-011-8/+8
|
* Renamed '_?[nN]ame: str' to '_?[iI]dentifier: str'.Patrick Lehmann2021-07-011-2/+2
|
* More DOM improvements (#1806)Patrick Lehmann2021-06-261-0/+83
* 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)