aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/InterfaceItem.py
Commit message (Expand)AuthorAgeFilesLines
* Code cleanups.Patrick Lehmann2021-06-221-15/+5
* Implemented handling of generic parameters to subprograms.Patrick Lehmann2021-06-221-10/+99
* Renamed 'NodeToName' to 'GetNameOfNode'.Patrick Lehmann2021-06-221-3/+3
* pyGHDL/dom: reformattingTristan Gingold2021-06-181-3/+11
* pyGHDL/dom: add some guards to avoid crash for optional fieldsTristan Gingold2021-06-181-1/+2
* Added handling of Floating Point.Patrick Lehmann2021-06-181-4/+12
* Black found more files - strange.Patrick Lehmann2021-06-171-9/+18
* Updates to the dom namespace in pyGHDL.Patrick Lehmann2021-06-171-23/+33
* pyGHDL: format using blackXiretza2021-02-101-16/+20
* Reworking pre-compile scripts for Windows (#1594)Patrick Lehmann2021-01-151-15/+14
* Removed '__api__' due to a bug in pydecor's export decorator.Patrick Lehmann2021-01-021-1/+0
* Added file headers and license texts. (#1564)Patrick Lehmann2020-12-311-0/+34
* Added first implementation of a document object model (DOM).Patrick Lehmann2020-12-271-0/+33