aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/_Utils.py
Commit message (Expand)AuthorAgeFilesLines
* Removed Get**Symbol functions.Patrick Lehmann2023-04-151-57/+1
* Reworking symbols.Patrick Lehmann2023-04-131-39/+8
* Dependency Graphs (#2308)Patrick Lehmann2023-01-121-6/+7
* 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
* Improved doc-strings.Patrick Lehmann2022-12-241-9/+33
* Tiny fixes.Patrick Lehmann2022-12-241-2/+2
* Clear errors after error readout.Patrick Lehmann2022-12-241-0/+2
* 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 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
* Updates to the dom namespace in pyGHDL.Patrick Lehmann2021-06-171-0/+38