index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pyGHDL
/
dom
/
Misc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed declarations of __all__ when not needed by export.
Patrick Lehmann
2022-12-25
1
-2
/
+0
*
Added handling of associated documentation comments.
Patrick Lehmann
2022-12-23
1
-8
/
+8
*
Changed export decorator from pydecor to pyTooling.Decorators
Patrick Lehmann
2021-12-12
1
-1
/
+1
*
Adjusted to renaming in pyVHDLModel.
Patrick Lehmann
2021-08-23
1
-2
/
+2
*
More DOM improvements (#1806)
Patrick Lehmann
2021-06-26
1
-24
/
+12
*
Print position where exception happened.
Patrick Lehmann
2021-06-22
1
-2
/
+24
*
Prepared handling of functions, types, subtypes and aliases.
Patrick Lehmann
2021-06-22
1
-119
/
+5
*
Added handling of Parenthesis.
Patrick Lehmann
2021-06-19
1
-1
/
+3
*
Added missing file headers.
Patrick Lehmann
2021-06-18
1
-2
/
+1
*
Black found more files - strange.
Patrick Lehmann
2021-06-17
1
-20
/
+36
*
Updates to the dom namespace in pyGHDL.
Patrick Lehmann
2021-06-17
1
-43
/
+43
*
pyGHDL: format using black
Xiretza
2021-02-10
1
-79
/
+88
*
Reworking pre-compile scripts for Windows (#1594)
Patrick Lehmann
2021-01-15
1
-15
/
+14
*
Adding types and docstrings to libghdl.
Patrick Lehmann
2021-01-10
1
-2
/
+3
*
Added documentation.
Patrick Lehmann
2021-01-02
1
-0
/
+4
*
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
*
Rework initialization and finalization.
Tristan Gingold
2020-12-30
1
-0
/
+3
*
Changed error reporting in DOM to in-memory.
Patrick Lehmann
2020-12-29
1
-3
/
+3
*
Activated 'analyze_init_status' in Python code.
Patrick Lehmann
2020-12-29
1
-3
/
+3
*
Fixed package names in pyGHDL.dom and Initialize test case.
Patrick Lehmann
2020-12-29
1
-3
/
+3
*
Made path to VHDL files relative to the testcase.
Patrick Lehmann
2020-12-29
1
-0
/
+2
*
Allow execution of tests within testsuite.
Patrick Lehmann
2020-12-28
1
-1
/
+2
*
Improved testcase ' SimpleEntity' for pyGHDL.dom.
Patrick Lehmann
2020-12-28
1
-1
/
+3
*
Added first implementation of a document object model (DOM).
Patrick Lehmann
2020-12-27
1
-0
/
+96