index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pyGHDL
/
dom
/
InterfaceItem.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated for latest pyVHDLModel v0.17.x
Patrick Lehmann
2022-12-23
1
-13
/
+31
*
Here is blacks opinion.
Patrick Lehmann
2022-12-23
1
-36
/
+10
*
Added handling of associated documentation comments.
Patrick Lehmann
2022-12-23
1
-68
/
+42
*
Changed export decorator from pydecor to pyTooling.Decorators
Patrick Lehmann
2021-12-12
1
-1
/
+1
*
black: rerun, to pick pyproject settings
umarcor
2021-08-23
1
-38
/
+10
*
Fixes due to a bug in pyVHDLModel. Name Context was used twice.
Patrick Lehmann
2021-08-23
1
-6
/
+6
*
Also handle multiple identifiers in record elements.
Patrick Lehmann
2021-08-23
1
-12
/
+12
*
Also handle multiple identifiers in signal, variable, object and file declara...
Patrick Lehmann
2021-08-23
1
-6
/
+52
*
Handle declarations with multiple identifiers.
Patrick Lehmann
2021-08-23
1
-18
/
+20
*
Adjusted to renaming in pyVHDLModel.
Patrick Lehmann
2021-08-23
1
-1
/
+1
*
Renamed '[sS]ubType' to '[sS]ubtype'.
Patrick Lehmann
2021-07-01
1
-26
/
+26
*
Renamed '_?[nN]ame: str' to '_?[iI]dentifier: str'.
Patrick Lehmann
2021-07-01
1
-18
/
+18
*
Rework and fine tuning.
Patrick Lehmann
2021-07-01
1
-26
/
+5
*
Fixed MRO problems.
Patrick Lehmann
2021-07-01
1
-5
/
+1
*
WIP: Handle more generic interface kinds.
Patrick Lehmann
2021-07-01
1
-10
/
+82
*
More DOM improvements (#1806)
Patrick Lehmann
2021-06-26
1
-55
/
+121
*
Removed duplicate function.
Patrick Lehmann
2021-06-23
1
-6
/
+6
*
Code cleanups.
Patrick Lehmann
2021-06-22
1
-15
/
+5
*
Implemented handling of generic parameters to subprograms.
Patrick Lehmann
2021-06-22
1
-10
/
+99
*
Renamed 'NodeToName' to 'GetNameOfNode'.
Patrick Lehmann
2021-06-22
1
-3
/
+3
*
pyGHDL/dom: reformatting
Tristan Gingold
2021-06-18
1
-3
/
+11
*
pyGHDL/dom: add some guards to avoid crash for optional fields
Tristan Gingold
2021-06-18
1
-1
/
+2
*
Added handling of Floating Point.
Patrick Lehmann
2021-06-18
1
-4
/
+12
*
Black found more files - strange.
Patrick Lehmann
2021-06-17
1
-9
/
+18
*
Updates to the dom namespace in pyGHDL.
Patrick Lehmann
2021-06-17
1
-23
/
+33
*
pyGHDL: format using black
Xiretza
2021-02-10
1
-16
/
+20
*
Reworking pre-compile scripts for Windows (#1594)
Patrick Lehmann
2021-01-15
1
-15
/
+14
*
Removed '__api__' due to a bug in pydecor's export decorator.
Patrick Lehmann
2021-01-02
1
-1
/
+0
*
Added file headers and license texts. (#1564)
Patrick Lehmann
2020-12-31
1
-0
/
+34
*
Added first implementation of a document object model (DOM).
Patrick Lehmann
2020-12-27
1
-0
/
+33