aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/DesignUnit.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enabled missing Sphinx extensions. Fixed role name cls to class.Patrick Lehmann2021-01-051-5/+4
* Added documentation.Patrick Lehmann2021-01-021-0/+8
* Removed '__api__' due to a bug in pydecor's export decorator.Patrick Lehmann2021-01-021-3/+2
* Added file headers and license texts. (#1564)Patrick Lehmann2020-12-311-0/+34
* Fixed package names in pyGHDL.dom and Initialize test case.Patrick Lehmann2020-12-291-2/+3
* Added first implementation of a document object model (DOM).Patrick Lehmann2020-12-271-0/+100