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
*
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
|
*
Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL
Patrick Lehmann
2020-12-29
1
-3
/
+2
|
|
\
|
|
*
testsuite/pyunit: fix pyunit exec dir
umarcor
2020-12-29
1
-3
/
+2
|
|
/
|
*
Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL
Patrick Lehmann
2020-12-29
1
-1
/
+1
|
|
\
|
|
*
testsuite/pyunit: use realpath
umarcor
2020-12-29
1
-1
/
+1
|
|
/
|
*
Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL
Patrick Lehmann
2020-12-29
26
-96
/
+40
|
|
\
|
|
*
testsuite: rm pyunit/testsuite.sh
umarcor
2020-12-29
2
-72
/
+2
|
|
*
ci: collapse build log of temporary images
umarcor
2020-12-29
1
-1
/
+3
|
|
*
pyGHDL/libghdl: fix absolute imports
umarcor
2020-12-29
24
-24
/
+36
|
*
|
Fixed missing import.
Patrick Lehmann
2020-12-29
1
-0
/
+3
|
*
|
Upgraded pnodes.py to Python 3.x syntax.
Patrick Lehmann
2020-12-29
1
-135
/
+135
|
|
/
|
*
Fixed language server.
Patrick Lehmann
2020-12-29
1
-8
/
+8
|
*
Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL
Patrick Lehmann
2020-12-29
4
-14
/
+26
|
|
\
|
|
*
ci: skip pyunit on macOS (because libghdl is disabled)
umarcor
2020-12-29
1
-1
/
+1
|
|
*
ci: skip pyunit on Ubuntu <20
umarcor
2020-12-29
1
-7
/
+15
|
|
*
ci: set DOCKER_BUILDKIT envvar
umarcor
2020-12-29
1
-0
/
+1
|
|
*
ci: install testsuite Python requirements on MSYS2 jobs
umarcor
2020-12-29
1
-2
/
+2
|
|
*
ci: install requirements in temporary containers
umarcor
2020-12-29
3
-4
/
+7
|
|
/
|
*
Lowering required Python version to 3.7.
Patrick Lehmann
2020-12-29
2
-2
/
+3
|
*
Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL
Patrick Lehmann
2020-12-29
2
-3
/
+5
|
|
\
|
|
*
testuite/pyunit: set PYTHONPATH
umarcor
2020-12-29
1
-0
/
+2
|
|
*
testuite: run pyunit from the root of the repo
umarcor
2020-12-29
1
-2
/
+2
|
|
*
ci: install python3 on temporary debian containers
umarcor
2020-12-29
1
-1
/
+1
|
*
|
Fixed package names in pyGHDL.dom and Initialize test case.
Patrick Lehmann
2020-12-29
4
-16
/
+14
|
|
/
|
*
Made path to VHDL files relative to the testcase.
Patrick Lehmann
2020-12-29
5
-10
/
+10
|
*
Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL
Patrick Lehmann
2020-12-28
7
-13
/
+75
|
|
\
|
|
*
ci: MSYS2 job cleanup
umarcor
2020-12-28
4
-104
/
+23
|
|
*
ci: on ubuntu jobs, add temporary image with Python for testing 'pyunit' test...
umarcor
2020-12-28
1
-1
/
+13
|
|
*
merge testsuite/python into testsuite/pyunit
umarcor
2020-12-28
8
-58
/
+84
|
|
*
doc: update 'using/py' -> 'using/pyGHDL'
umarcor
2020-12-28
9
-137
/
+136
|
|
*
scripts: move 'pyGHDL/xtools' to 'scripts', update Makefiles and docs accordi...
umarcor
2020-12-28
10
-24
/
+44
|
*
|
Allow execution of tests within testsuite.
Patrick Lehmann
2020-12-28
5
-7
/
+16
|
*
|
Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL
Patrick Lehmann
2020-12-28
24
-321
/
+239
|
|
\
\
[next]