aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/DesignUnit.py
Commit message (Expand)AuthorAgeFilesLines
* Bumped dependencies.Patrick Lehmann2023-04-161-1/+1
* Fixed last testcase.Patrick Lehmann2023-04-161-3/+8
* Removed Get**Symbol functions.Patrick Lehmann2023-04-151-1/+1
* Formatting by black.Patrick Lehmann2023-04-151-2/+8
* Modifications due to changes in Symbols.Patrick Lehmann2023-04-151-4/+5
* Fixes due to failing testcases.Patrick Lehmann2023-04-141-5/+9
* Reworking symbols.Patrick Lehmann2023-04-131-4/+4
* Dependency Graphs (#2308)Patrick Lehmann2023-01-121-33/+23
* Formatting by black.Patrick Lehmann2022-12-301-1/+2
* Bumped dependency to pyVHDLModel to v0.20.2Patrick Lehmann2022-12-301-2/+2
* Added Get***Symbol functions. Improved Symbol handling.Patrick Lehmann2022-12-291-3/+1
* Implemented GetContextSymbol and fixed how ContextReferenceSymbols are created.Patrick Lehmann2022-12-271-5/+3
* Formatting by black.Patrick Lehmann2022-12-261-1/+3
* More adjustments to new symbols.Patrick Lehmann2022-12-261-9/+9
* New handling of symbols.Patrick Lehmann2022-12-261-39/+10
* Converted more symbols for packages and contexts.Patrick Lehmann2022-12-251-9/+36
* Removed declarations of __all__ when not needed by export.Patrick Lehmann2022-12-251-3/+0
* We should have asked black first.Patrick Lehmann2022-12-231-2/+4
* Fixed tuple -> name.Patrick Lehmann2022-12-231-1/+1
* Updated to pyVHDLModel v0.18.0.Patrick Lehmann2022-12-231-25/+28
* Here is blacks opinion.Patrick Lehmann2022-12-231-15/+9
* Added handling of associated documentation comments.Patrick Lehmann2022-12-231-19/+35
* Converted string formatting to f-strings.Patrick Lehmann2022-11-301-5/+1
* Changed export decorator from pydecor to pyTooling.DecoratorsPatrick Lehmann2021-12-121-1/+1
* black: rerun, to pick pyproject settingsumarcor2021-08-231-21/+7
* Fixes due to a bug in pyVHDLModel. Name Context was used twice.Patrick Lehmann2021-08-231-9/+9
* Some fixes.Patrick Lehmann2021-08-231-2/+1
* Handle associations.Patrick Lehmann2021-08-231-0/+1
* Handle context references.Patrick Lehmann2021-08-231-4/+22
* Handle contexts.Patrick Lehmann2021-08-231-25/+70
* Implemented if, case and for-loop statements.Patrick Lehmann2021-08-231-4/+11
* Preparations for sequential statements.Patrick Lehmann2021-08-231-3/+3
* Renamed BodyItems to Statements.Patrick Lehmann2021-08-231-8/+8
* Changed List to Iterable. Parse instantiations. Some SimpleName fixes.Patrick Lehmann2021-08-231-16/+22
* Adjusted to renaming in pyVHDLModel.Patrick Lehmann2021-08-231-1/+1
* Preparations for PSL.Patrick Lehmann2021-07-011-2/+2
* Renamed '_?[nN]ame: str' to '_?[iI]dentifier: str'.Patrick Lehmann2021-07-011-16/+16
* Added missing import.Patrick Lehmann2021-07-011-0/+1
* More DOM improvements (#1806)Patrick Lehmann2021-06-261-24/+152
* Prepared for DeferredConstant.Patrick Lehmann2021-06-221-1/+3
* Code cleanups.Patrick Lehmann2021-06-221-64/+34
* Handle Physical...LiteralsPatrick Lehmann2021-06-221-10/+11
* Handle component declarations.Patrick Lehmann2021-06-221-21/+41
* Renamed 'NodeToName' to 'GetNameOfNode'.Patrick Lehmann2021-06-221-8/+8
* Improvements to pyGHDL.dom.Patrick Lehmann2021-06-191-4/+6
* Mode code more local.Patrick Lehmann2021-06-181-6/+3
* Black found more files - strange.Patrick Lehmann2021-06-171-17/+27
* Updates to the dom namespace in pyGHDL.Patrick Lehmann2021-06-171-53/+61
* pyGHDL: format using blackXiretza2021-02-101-58/+61
* Reworking pre-compile scripts for Windows (#1594)Patrick Lehmann2021-01-151-15/+14