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
...
*
doc: --gen-depends is not available with mcode. Fix #2121
Tristan Gingold
2022-07-04
1
-3
/
+6
*
testsuite/synth: add a test for #2123
Tristan Gingold
2022-07-04
2
-0
/
+27
*
netlists-disp_verilog: handle Id_Abs. Fix #2113
Tristan Gingold
2022-07-04
1
-1
/
+1
*
Merge pull request #2059 from Xiretza/testsuite-show-diffs
tgingold
2022-07-03
5
-7
/
+7
|
\
|
*
fix(testsuite): show diffs on comparison failure
Xiretza
2022-05-16
5
-7
/
+7
*
|
Fix docstring and a small bug in PoSh precompile script
Patrick Lehmann
2022-07-03
8
-11
/
+14
|
\
\
|
*
|
Update docstring for GHDL parameter of PoSh scripts
Hauke Günther
2022-06-24
7
-7
/
+7
|
*
|
Fix error when ghdl.exe is searched with Get-Command but not found
Hauke Günther
2022-06-24
1
-4
/
+7
*
|
|
testsuite/synth: add a test for #2119
Tristan Gingold
2022-07-02
2
-0
/
+67
*
|
|
synth-vhdl_insts: also handled unbounded records in hash names.
Tristan Gingold
2022-07-02
1
-0
/
+7
*
|
|
testsuite/gna: add tests, close #2116
Tristan Gingold
2022-07-02
70
-0
/
+622
*
|
|
vhdl-sem_psl: analyze strong properties
Tristan Gingold
2022-07-02
1
-1
/
+2
*
|
|
vhdl-sem_names: avoid crash on incorrect selected name.
Tristan Gingold
2022-07-02
1
-6
/
+6
*
|
|
vhdl-sem_decls: avoid crash on self use of a generic package.
Tristan Gingold
2022-07-02
1
-0
/
+10
*
|
|
vhdl: avoid crash on incorrect use of attributes.
Tristan Gingold
2022-07-02
5
-14
/
+40
*
|
|
vhdl: avoid crash on incorrect use of signatures
Tristan Gingold
2022-07-02
3
-281
/
+292
*
|
|
vhdl-evaluation: handle more operations (thought synth).
Tristan Gingold
2022-07-02
1
-2
/
+1
*
|
|
testsuite/gna: add a test from #2117
Tristan Gingold
2022-07-01
2
-0
/
+20
*
|
|
testsuite/gna: improve test #2115
Tristan Gingold
2022-06-29
3
-7
/
+53
*
|
|
testsuite/gna: add a test for #2115
Tristan Gingold
2022-06-28
2
-0
/
+38
*
|
|
libraries/textio-body.vhdl: use false/true for boolean write.
Tristan Gingold
2022-06-28
2
-4
/
+7
*
|
|
testsuite/gna: add a test for #2100
Tristan Gingold
2022-06-28
2
-0
/
+30
*
|
|
vhdl-sem_names: avoid duplicate error message. For #2100
Tristan Gingold
2022-06-28
1
-1
/
+19
*
|
|
testsuite/synth: strenghten test #2113
Tristan Gingold
2022-06-28
1
-0
/
+3
*
|
|
netlists-disp_verilog: adjust, discard null signals. For #2113
Tristan Gingold
2022-06-28
1
-1
/
+6
*
|
|
netlists-disp_verilog: fix warning
Tristan Gingold
2022-06-27
1
-1
/
+2
*
|
|
testsuite/synth: add a test for #2113
Tristan Gingold
2022-06-27
2
-0
/
+71
*
|
|
synth/netlists-disp_verilog: skip null input port. Fix #2113
Tristan Gingold
2022-06-27
1
-15
/
+20
*
|
|
synth: rework #2109 - remove null wires
Tristan Gingold
2022-06-27
8
-26
/
+87
*
|
|
synth/netlists-disp_verilog: adjust previous patch. For #2109
Tristan Gingold
2022-06-27
1
-1
/
+2
*
|
|
testsuite/synth: add a test for #2109
Tristan Gingold
2022-06-27
2
-0
/
+28
*
|
|
netlists-disp_verilog: do not display ports of width 0. Fix #2109
Tristan Gingold
2022-06-27
1
-5
/
+19
*
|
|
pyGHDL/lsp/workspace.py: run black
Tristan Gingold
2022-06-26
1
-1
/
+1
*
|
|
Merge pull request #2111 from sudden6/fix_nested_comments
tgingold
2022-06-26
1
-41
/
+41
|
\
\
\
|
*
|
|
Fix nested comments
sudden6
2022-06-26
1
-41
/
+41
|
/
/
/
*
|
|
testsuite/gna/testsuite.py: add support for python3
Tristan Gingold
2022-06-26
1
-2
/
+5
*
|
|
testsuite/gna: add tests for #2110
Tristan Gingold
2022-06-26
5
-0
/
+19
*
|
|
vhdl-parse: fix crashes after error. Fix #2110
Tristan Gingold
2022-06-26
1
-2
/
+6
*
|
|
vhdl-parse_psl: avoid crash on error. For #2110
Tristan Gingold
2022-06-26
1
-1
/
+7
*
|
|
testsuite/pyunit/lsp: add a test for removing diags on close
Tristan Gingold
2022-06-26
4
-0
/
+567
*
|
|
pyGHDL/lsp: remove diagnostics when a file is closed
Tristan Gingold
2022-06-26
1
-1
/
+2
*
|
|
pyGHDL/lsp: ignore setTrace request
Tristan Gingold
2022-06-26
1
-0
/
+4
*
|
|
testsuite/pyunit/lsp: adjust README
Tristan Gingold
2022-06-26
1
-2
/
+2
*
|
|
testsuite/pyunit/lsp: add a test for ghdl/ghdl-language-server#28
Tristan Gingold
2022-06-26
6
-0
/
+714
*
|
|
pyGHDL/lsp/workspace.py: handle entity_aspect_entity
Tristan Gingold
2022-06-26
1
-5
/
+13
*
|
|
Add a readme in testsuite/pyunit/lsp
Tristan Gingold
2022-06-25
1
-0
/
+45
*
|
|
testsuite/pyunit: add a test for ghdl/ghdl-language-server#122
Tristan Gingold
2022-06-25
3
-0
/
+610
*
|
|
errorout_memory.py: decode messages using latin-1
Tristan Gingold
2022-06-25
1
-1
/
+1
*
|
|
pyGHDL/lsp: load files as bytes string
Tristan Gingold
2022-06-25
2
-4
/
+5
*
|
|
testsuite/gna: add a test for #2101
Tristan Gingold
2022-06-25
2
-0
/
+30
|
/
/
[prev]
[next]