index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pyGHDL
/
dom
/
DesignUnit.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dependency Graphs (#2308)
Patrick Lehmann
2023-01-12
1
-33
/
+23
*
Formatting by black.
Patrick Lehmann
2022-12-30
1
-1
/
+2
*
Bumped dependency to pyVHDLModel to v0.20.2
Patrick Lehmann
2022-12-30
1
-2
/
+2
*
Added Get***Symbol functions. Improved Symbol handling.
Patrick Lehmann
2022-12-29
1
-3
/
+1
*
Implemented GetContextSymbol and fixed how ContextReferenceSymbols are created.
Patrick Lehmann
2022-12-27
1
-5
/
+3
*
Formatting by black.
Patrick Lehmann
2022-12-26
1
-1
/
+3
*
More adjustments to new symbols.
Patrick Lehmann
2022-12-26
1
-9
/
+9
*
New handling of symbols.
Patrick Lehmann
2022-12-26
1
-39
/
+10
*
Converted more symbols for packages and contexts.
Patrick Lehmann
2022-12-25
1
-9
/
+36
*
Removed declarations of __all__ when not needed by export.
Patrick Lehmann
2022-12-25
1
-3
/
+0
*
We should have asked black first.
Patrick Lehmann
2022-12-23
1
-2
/
+4
*
Fixed tuple -> name.
Patrick Lehmann
2022-12-23
1
-1
/
+1
*
Updated to pyVHDLModel v0.18.0.
Patrick Lehmann
2022-12-23
1
-25
/
+28
*
Here is blacks opinion.
Patrick Lehmann
2022-12-23
1
-15
/
+9
*
Added handling of associated documentation comments.
Patrick Lehmann
2022-12-23
1
-19
/
+35
*
Converted string formatting to f-strings.
Patrick Lehmann
2022-11-30
1
-5
/
+1
*
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
-21
/
+7
*
Fixes due to a bug in pyVHDLModel. Name Context was used twice.
Patrick Lehmann
2021-08-23
1
-9
/
+9
*
Some fixes.
Patrick Lehmann
2021-08-23
1
-2
/
+1
*
Handle associations.
Patrick Lehmann
2021-08-23
1
-0
/
+1
*
Handle context references.
Patrick Lehmann
2021-08-23
1
-4
/
+22
*
Handle contexts.
Patrick Lehmann
2021-08-23
1
-25
/
+70
*
Implemented if, case and for-loop statements.
Patrick Lehmann
2021-08-23
1
-4
/
+11
*
Preparations for sequential statements.
Patrick Lehmann
2021-08-23
1
-3
/
+3
*
Renamed BodyItems to Statements.
Patrick Lehmann
2021-08-23
1
-8
/
+8
*
Changed List to Iterable. Parse instantiations. Some SimpleName fixes.
Patrick Lehmann
2021-08-23
1
-16
/
+22
*
Adjusted to renaming in pyVHDLModel.
Patrick Lehmann
2021-08-23
1
-1
/
+1
*
Preparations for PSL.
Patrick Lehmann
2021-07-01
1
-2
/
+2
*
Renamed '_?[nN]ame: str' to '_?[iI]dentifier: str'.
Patrick Lehmann
2021-07-01
1
-16
/
+16
*
Added missing import.
Patrick Lehmann
2021-07-01
1
-0
/
+1
*
More DOM improvements (#1806)
Patrick Lehmann
2021-06-26
1
-24
/
+152
*
Prepared for DeferredConstant.
Patrick Lehmann
2021-06-22
1
-1
/
+3
*
Code cleanups.
Patrick Lehmann
2021-06-22
1
-64
/
+34
*
Handle Physical...Literals
Patrick Lehmann
2021-06-22
1
-10
/
+11
*
Handle component declarations.
Patrick Lehmann
2021-06-22
1
-21
/
+41
*
Renamed 'NodeToName' to 'GetNameOfNode'.
Patrick Lehmann
2021-06-22
1
-8
/
+8
*
Improvements to pyGHDL.dom.
Patrick Lehmann
2021-06-19
1
-4
/
+6
*
Mode code more local.
Patrick Lehmann
2021-06-18
1
-6
/
+3
*
Black found more files - strange.
Patrick Lehmann
2021-06-17
1
-17
/
+27
*
Updates to the dom namespace in pyGHDL.
Patrick Lehmann
2021-06-17
1
-53
/
+61
*
pyGHDL: format using black
Xiretza
2021-02-10
1
-58
/
+61
*
Reworking pre-compile scripts for Windows (#1594)
Patrick Lehmann
2021-01-15
1
-15
/
+14
*
Enabled missing Sphinx extensions. Fixed role name cls to class.
Patrick Lehmann
2021-01-05
1
-5
/
+4
*
Added documentation.
Patrick Lehmann
2021-01-02
1
-0
/
+8
*
Removed '__api__' due to a bug in pydecor's export decorator.
Patrick Lehmann
2021-01-02
1
-3
/
+2
*
Added file headers and license texts. (#1564)
Patrick Lehmann
2020-12-31
1
-0
/
+34
*
Fixed package names in pyGHDL.dom and Initialize test case.
Patrick Lehmann
2020-12-29
1
-2
/
+3
*
Added first implementation of a document object model (DOM).
Patrick Lehmann
2020-12-27
1
-0
/
+100