index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
lsp.py: display trace environment variable in the help
Tristan Gingold
2021-01-04
1
-1
/
+1
*
setup.py: slightly lower required python version
Tristan Gingold
2021-01-04
1
-1
/
+1
*
pyGHDL: rename ghdl-ls to lsp.py
Tristan Gingold
2021-01-04
1
-0
/
+0
*
Make pyGHDL.dom compatible to latest pyVHDLModel.
Patrick Lehmann
2021-01-02
1
-6
/
+6
*
Added documentation.
Patrick Lehmann
2021-01-02
3
-0
/
+16
*
Added '@export' to list public interface items in '__all__'.
Patrick Lehmann
2021-01-02
5
-0
/
+26
*
Removed '__api__' due to a bug in pydecor's export decorator.
Patrick Lehmann
2021-01-02
5
-7
/
+2
*
Reordered import statments to: std library, global install, current project.
Patrick Lehmann
2021-01-02
16
-14
/
+43
*
Add more missing file headers (incl. license info) to non-autogenerated Pytho...
Patrick Lehmann
2021-01-02
18
-0
/
+612
*
synth: add option to treat asserts as assumes and vice-versa
tmeissner
2021-01-02
9
-4
/
+168
*
logo: add new bit logo
eine
2021-01-01
9
-5
/
+64
*
testsuite/synth: add a test for #1563
Tristan Gingold
2021-01-01
8
-0
/
+173
*
netlists-inference: handle multiple dff with the same clock. Fix #1563
Tristan Gingold
2021-01-01
4
-5
/
+39
*
testsuite/synth: add a test for #1572
Tristan Gingold
2021-01-01
3
-0
/
+35
*
synth-oper: handle ieee.numeric_std_unsigned.to_integer. Fix #1572
Tristan Gingold
2021-01-01
1
-0
/
+1
*
vhdl: recognize ieee.numeric_std_unsigned. For #1572
Tristan Gingold
2021-01-01
8
-482
/
+621
*
synth-expr: propagate error in synth_indexed_name
Tristan Gingold
2021-01-01
2
-0
/
+8
*
scripts/pnodespy.py: factorize code
Tristan Gingold
2021-01-01
1
-27
/
+17
*
coverage: run pyunit directly
umarcor
2021-01-01
2
-6
/
+3
*
ci: add job 'Coverage'
umarcor
2021-01-01
2
-3
/
+43
*
Add a testcase for packages.
Patrick Lehmann
2021-01-01
1
-1
/
+1
*
Enable coverage collection in pytest.
Patrick Lehmann
2021-01-01
2
-1
/
+32
*
Added file headers to auto generated Python sources.
Patrick Lehmann
2021-01-01
7
-441
/
+97
*
ci: test if pyGHDL needs to be updated
umarcor
2021-01-01
1
-15
/
+26
*
scripts: add 'update_py_bindings.sh'
umarcor
2021-01-01
1
-0
/
+12
*
ci/msys2: split build and test (#1559)
Unai Martinez-Corral
2020-12-31
3
-17
/
+73
*
testsuite/gna: add more tests for #1549
Tristan Gingold
2020-12-31
3
-16
/
+70
*
trans-chap3: also compute the size of record constraints for unbounded subtypes
Tristan Gingold
2020-12-31
1
-2
/
+23
*
vhdl: improve error message for invalid record element constraint.
Tristan Gingold
2020-12-31
1
-1
/
+1
*
Added type annotations and fixed imports / object references. (#1565)
Patrick Lehmann
2020-12-31
1
-72
/
+81
*
Changed os.path to pathlib. Added exception handling.
Patrick Lehmann
2020-12-31
1
-36
/
+49
*
Modified docstrings and other minor changes.
Patrick Lehmann
2020-12-31
1
-13
/
+21
*
Added file headers and license texts. (#1564)
Patrick Lehmann
2020-12-31
15
-11
/
+366
*
Executing Python unit tests in Parallel Processes (#1558)
Patrick Lehmann
2020-12-30
7
-59
/
+27
*
src/edif: Rename Direction_Type to avoid hiding in types.ads
Tristan Gingold
2020-12-30
5
-29
/
+29
*
scripts/pnodespy.py: adjust generated import statements
Tristan Gingold
2020-12-30
1
-4
/
+4
*
ghdlrun: factorize code for finalization
Tristan Gingold
2020-12-30
2
-10
/
+5
*
Rework initialization and finalization.
Tristan Gingold
2020-12-30
20
-35
/
+136
*
scripts: force use of python3
Tristan Gingold
2020-12-30
2
-2
/
+2
*
testsuite/gna: add tests for #1549
Tristan Gingold
2020-12-29
7
-0
/
+282
*
trans-chap3: compute size of subelements for unconstrained parent subtypes
Tristan Gingold
2020-12-29
2
-8
/
+40
*
Merge pull request #1556 from Paebbels/paebbels/pyGHDL
tgingold
2020-12-29
92
-2605
/
+3235
|
\
|
*
Limit to one test so CI is fine for now.
Patrick Lehmann
2020-12-29
1
-1
/
+1
|
*
Modified formatting.
Patrick Lehmann
2020-12-29
1
-7
/
+5
|
*
Changed error reporting in DOM to in-memory.
Patrick Lehmann
2020-12-29
1
-3
/
+3
|
*
Fixes to xtools.
Patrick Lehmann
2020-12-29
1
-20
/
+17
|
*
Manually fixed import statements after running xtools.
Patrick Lehmann
2020-12-29
4
-4
/
+4
|
*
Activated 'analyze_init_status' in Python code.
Patrick Lehmann
2020-12-29
2
-5
/
+5
|
*
Run xtools.
Patrick Lehmann
2020-12-29
5
-882
/
+1162
|
*
Fixed regexp in 'pnodespy.py'.
Patrick Lehmann
2020-12-29
1
-1
/
+1
[prev]
[next]