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
...
*
testsuite/pyunit/lsp: adjust baselines
Tristan Gingold
2023-01-27
11
-11
/
+22
*
vhdl-evaluation: abstraction
Tristan Gingold
2023-01-26
1
-18
/
+13
*
pyGHDL/lsp: add but disable code action
Tristan Gingold
2023-01-26
1
-0
/
+8
*
pyGHDL/lsp: add comments
Tristan Gingold
2023-01-26
1
-1
/
+6
*
pyGHDL/lsp: add goto implementation
Tristan Gingold
2023-01-26
3
-7
/
+25
*
pyGHDL/lsp: ignore cancelRequest
Tristan Gingold
2023-01-26
1
-0
/
+4
*
pyGHDL/lsp: update, handle hover
Tristan Gingold
2023-01-26
5
-19
/
+111
*
pyGHDL: update and add prints.py
Tristan Gingold
2023-01-26
3
-53
/
+97
*
vhdl-prints: add Print_String
Tristan Gingold
2023-01-26
4
-40
/
+154
*
vhdl-evaluation: refactoring
Tristan Gingold
2023-01-26
1
-49
/
+22
*
testsuite/gna: add a test for previous commit
Tristan Gingold
2023-01-26
2
-0
/
+9
*
vhdl-sem_decls: allow use on non-elaborated functions in generic types
Tristan Gingold
2023-01-26
1
-3
/
+9
*
mcode: add new functions for JIT
Tristan Gingold
2023-01-26
5
-4
/
+63
*
testsuite/gna: add a test for #2326
Tristan Gingold
2023-01-26
2
-0
/
+30
*
vhdl-sem_decl: handle subtype of interface type. Fix #2326
Tristan Gingold
2023-01-26
1
-0
/
+1
*
testsuite/issue2323: add more tests
Tristan Gingold
2023-01-26
3
-0
/
+27
*
vhdl-sem_names: adjust for for element attribute
Tristan Gingold
2023-01-26
1
-0
/
+1
*
testsuite/gna: add a test for #2323
Tristan Gingold
2023-01-25
4
-0
/
+51
*
testsuite/synth: adjust reproducer for #2062
Tristan Gingold
2023-01-25
1
-1
/
+1
*
vhdl: improve range checks, fix #2323
Tristan Gingold
2023-01-25
6
-236
/
+473
*
synth: add a check for bounds compatibility
Tristan Gingold
2023-01-25
1
-4
/
+39
*
errorout: add int64 arguments
Tristan Gingold
2023-01-25
2
-1
/
+27
*
gha: build pltaform wheel
Tristan Gingold
2023-01-22
1
-225
/
+271
*
Makefile.in: remove unused recipe
Tristan Gingold
2023-01-22
1
-5
/
+0
*
Add scripts/win-dll.py and adjust Makefile.in
Tristan Gingold
2023-01-22
3
-11
/
+79
*
Update py binding
Tristan Gingold
2023-01-21
1
-513
/
+532
*
ghdldrv: extract trans_link from ghdlrun
Tristan Gingold
2023-01-21
3
-459
/
+499
*
elab-vhdl_debug: add 'info lib' and 'info units'
Tristan Gingold
2023-01-21
1
-0
/
+78
*
elab-vhdl_debug: disp generate block declarations
Tristan Gingold
2023-01-20
1
-2
/
+4
*
elab-vhdl_debug: disp process declarations
Tristan Gingold
2023-01-20
1
-0
/
+10
*
synth: create sub-instace for processes
Tristan Gingold
2023-01-20
5
-6
/
+18
*
elab: Rename Get/Set_Info to Get/Set_Ann
Tristan Gingold
2023-01-20
4
-58
/
+59
*
synth: add partial support of foreign subprograms
Tristan Gingold
2023-01-20
8
-8
/
+373
*
std_names: add more AMS names
Tristan Gingold
2023-01-18
2
-1
/
+40
*
simul: handle PSL endpoints
Tristan Gingold
2023-01-18
4
-10
/
+38
*
simul: fix last_value for post vhdl 87
Tristan Gingold
2023-01-18
2
-103
/
+145
*
Revert "standalone pyGHDL: put libraries in lib (instead of bin)"
Tristan Gingold
2023-01-17
2
-2
/
+2
*
testsuite/gna: add a test for #2218
Tristan Gingold
2023-01-17
1
-0
/
+3
*
standalone pyGHDL: put libraries in lib (instead of bin)
Tristan Gingold
2023-01-17
2
-2
/
+2
*
Makefile: rename recipes to copy shared libraries
Tristan Gingold
2023-01-17
1
-5
/
+5
*
Makefile.in: add a recipe for python-bwheel
Tristan Gingold
2023-01-16
2
-2
/
+132
*
synth-vhdl_eval: add an overflow check
Tristan Gingold
2023-01-16
1
-2
/
+6
*
synth: emit an error message on foreign subprogram calls
Tristan Gingold
2023-01-16
1
-0
/
+11
*
ghdlsimul: check foreign subprograms
Tristan Gingold
2023-01-16
1
-3
/
+4
*
vhdl: refactoring - remove trans_be, mainly added to vhdl-back_end
Tristan Gingold
2023-01-16
9
-274
/
+266
*
synth: handle invididual assoc with unbounded formals
Tristan Gingold
2023-01-16
1
-6
/
+130
*
Makefile.in: adjust GRT_FLAGS for ghdl_simul
Tristan Gingold
2023-01-16
1
-0
/
+1
*
pyGHDL: update errorout.py
Tristan Gingold
2023-01-15
1
-3
/
+4
*
simul: disable --trace-signals
Tristan Gingold
2023-01-15
1
-0
/
+4
*
synth: avoid a crash on instantiation
Tristan Gingold
2023-01-15
1
-4
/
+19
[prev]
[next]