index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
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
|
|
|
|
Move Vstring methods from formatters to prints.
*
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
|
|
|
|
This reverts commit 0574c562f9b1152e1077323f1bd8e57c2afda544.
*
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
|
*
testsuite/gna: adjust error detection in issue#687 for simul
Tristan Gingold
2023-01-15
1
-7
/
+11
|
*
testsuite/gna: fix issue#2098 due to elaboration errors.
Tristan Gingold
2023-01-15
4
-10
/
+342
|
*
testsuite/gna/bug081: add tests for previous commit
Tristan Gingold
2023-01-15
3
-0
/
+36
|
*
vhdl-sem.adb: also check elaboration status within package bodies
Tristan Gingold
2023-01-15
1
-6
/
+19
|
*
testsuite/gna: add a test for -Welaborated
Tristan Gingold
2023-01-15
1
-0
/
+2
|
*
testsuite/gna: add a test for #664
Tristan Gingold
2023-01-15
7
-0
/
+1138
|
[prev]
[next]