aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/_Utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Dependency Graphs (#2308)Patrick Lehmann2023-01-121-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Formatting by black.Patrick Lehmann2022-12-301-2/+7
|
* Fixed handling of Use clauses in packages.Patrick Lehmann2022-12-301-2/+5
|
* Added Get***Symbol functions. Improved Symbol handling.Patrick Lehmann2022-12-291-8/+36
|
* Implemented GetContextSymbol and fixed how ContextReferenceSymbols are created.Patrick Lehmann2022-12-271-0/+11
|
* Formatting by black.Patrick Lehmann2022-12-261-1/+6
|
* Replaced specific code with routines from pyVHDLModel.Patrick Lehmann2022-12-261-4/+7
|
* New handling of symbols.Patrick Lehmann2022-12-261-0/+31
|
* Removed declarations of __all__ when not needed by export.Patrick Lehmann2022-12-251-2/+0
|
* Formatting by black.Patrick Lehmann2022-12-241-0/+1
| | | | (cherry picked from commit 68f9ef6f18ac454dd25a180c6bf1046c8172174d)
* Improved doc-strings.Patrick Lehmann2022-12-241-9/+33
| | | | (cherry picked from commit 54ce76e3938413f9ee7d823cf63611c4ff5d8faf)
* Tiny fixes.Patrick Lehmann2022-12-241-2/+2
| | | | (cherry picked from commit 2cb36a37f5efa1185ba4c61ea65b49aa6e9345a0)
* Clear errors after error readout.Patrick Lehmann2022-12-241-0/+2
| | | | (cherry picked from commit 988c084af7ef6312a6881d4d1a8c3c3965d1471b)
* Collect multiline comments with linebreaks.Patrick Lehmann2022-12-231-3/+4
|
* Added method to get associated comments of an iir node.Patrick Lehmann2022-12-231-2/+13
|
* Converted string formatting to f-strings.Patrick Lehmann2022-11-301-3/+1
|
* Changed export decorator from pydecor to pyTooling.DecoratorsPatrick Lehmann2021-12-121-1/+1
|
* Use new 'Get_Source_Identifier' in pyGHDL.DOM.Patrick Lehmann2021-09-161-2/+2
|
* black: rerun, to pick pyproject settingsumarcor2021-08-231-6/+2
|
* Adjusted to renaming in pyVHDLModel.Patrick Lehmann2021-08-231-4/+4
|
* More DOM improvements (#1806)Patrick Lehmann2021-06-261-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 Lehmann2021-06-231-0/+17
|
* Report file and line of an error reported by libghdl.Patrick Lehmann2021-06-221-4/+13
|
* Improved error handling.Patrick Lehmann2021-06-221-5/+35
|
* Fix Codacy issuesPatrick Lehmann2021-06-221-1/+1
|\
| * fix issues reported by Codacyumarcor2021-06-221-1/+1
| |
* | pyGHDL/dom/_Utils.py: add assert, adjust previous commitTristan Gingold2021-06-221-0/+2
|/
* Fixed filename in error messages.Patrick Lehmann2021-06-221-1/+1
|
* Print position where exception happened.Patrick Lehmann2021-06-221-4/+18
|
* Renamed 'NodeToName' to 'GetNameOfNode'.Patrick Lehmann2021-06-221-1/+1
|
* Added missing file headers.Patrick Lehmann2021-06-181-0/+32
|
* Black found more files - strange.Patrick Lehmann2021-06-171-7/+8
| | | | | | Executed black to make code unreadable. (cherry picked from commit 1b34c2368428b1ec295073ee47d201ac1def35f6)
* Updates to the dom namespace in pyGHDL.Patrick Lehmann2021-06-171-0/+38