aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/InterfaceItem.py
Commit message (Expand)AuthorAgeFilesLines
* Changed export decorator from pydecor to pyTooling.DecoratorsPatrick Lehmann2021-12-121-1/+1
* black: rerun, to pick pyproject settingsumarcor2021-08-231-38/+10
* Fixes due to a bug in pyVHDLModel. Name Context was used twice.Patrick Lehmann2021-08-231-6/+6
* Also handle multiple identifiers in record elements.Patrick Lehmann2021-08-231-12/+12
* Also handle multiple identifiers in signal, variable, object and file declara...Patrick Lehmann2021-08-231-6/+52
* Handle declarations with multiple identifiers.Patrick Lehmann2021-08-231-18/+20
* Adjusted to renaming in pyVHDLModel.Patrick Lehmann2021-08-231-1/+1
* Renamed '[sS]ubType' to '[sS]ubtype'.Patrick Lehmann2021-07-011-26/+26
* Renamed '_?[nN]ame: str' to '_?[iI]dentifier: str'.Patrick Lehmann2021-07-011-18/+18
* Rework and fine tuning.Patrick Lehmann2021-07-011-26/+5
* Fixed MRO problems.Patrick Lehmann2021-07-011-5/+1
* WIP: Handle more generic interface kinds.Patrick Lehmann2021-07-011-10/+82
* More DOM improvements (#1806)Patrick Lehmann2021-06-261-55/+121
* Removed duplicate function.Patrick Lehmann2021-06-231-6/+6
* 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