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
*
VPI: support loading multiple libraries
Marlon James
2021-03-02
6
-19
/
+132
*
testsuite/synth: add a test for #1665
Tristan Gingold
2021-02-27
2
-0
/
+24
*
synth: handle pow and arctan from ieee.math_real. Fix #1665
Tristan Gingold
2021-02-27
7
-409
/
+436
*
vhdl-sem_expr.adb: improve fix for #1664
Tristan Gingold
2021-02-27
1
-4
/
+1
*
vhdl-nodes.ads: add a comment
Tristan Gingold
2021-02-27
1
-0
/
+2
*
testsuite/gna: add a test for #1664
Tristan Gingold
2021-02-27
5
-0
/
+126
*
vhdl-sem_expr: detect incorrect condition for vhdl08. Fix #1664
Tristan Gingold
2021-02-27
1
-0
/
+3
*
revert "log stderr of make to a file and use tail to show last 1000 lines" (#...
Xiretza
2021-02-22
1
-4
/
+1
*
testsuite/synth: add a test for #1658
Tristan Gingold
2021-02-21
4
-0
/
+125
*
synth-stmts: handle attributes in block and generate statements. Fix #1658
Tristan Gingold
2021-02-21
1
-0
/
+5
*
std_names: add async_abort and sync_abort. For #1654
Tristan Gingold
2021-02-21
4
-88
/
+94
*
testsuite/gna: add a test for #1655
Tristan Gingold
2021-02-20
8
-0
/
+2131
*
vhdl-canon.adb: add a missing check on generic associations. Fix #1655
Tristan Gingold
2021-02-20
1
-0
/
+3
*
vhdl-nodes.ads: reorder fields of block_configuration to match grammar
Tristan Gingold
2021-02-20
2
-7
/
+7
*
pyGHDL/lsp/workspace.py: reformat
Tristan Gingold
2021-02-19
1
-4
/
+1
*
testsuite/synth: add a test for #1650
Tristan Gingold
2021-02-19
2
-0
/
+52
*
ghdlsynth.adb: unknown vendor library is now an error. Fix #1650
Tristan Gingold
2021-02-19
1
-1
/
+6
*
lsp/workspace.py: remove extract encode.
Tristan Gingold
2021-02-18
1
-2
/
+1
*
grt-signals.adb: fix access. Fix #1652
Tristan Gingold
2021-02-18
1
-1
/
+1
*
testsuite/gna: add a test for #1646
Tristan Gingold
2021-02-18
2
-0
/
+21
*
ci/coverage: install python-setuptools through pacman
umarcor
2021-02-17
1
-1
/
+3
*
ci/win-test: install python-setuptools through pacman
umarcor
2021-02-17
1
-0
/
+1
*
vendors: support deprecated param names (#1653)
Adrian Byszuk
2021-02-17
7
-36
/
+36
*
update for LLVM 11.1 (#1651)
Dan HorĂ¡k
2021-02-17
2
-1
/
+2
*
Makefile: put libraries in lib/. For #1642
Tristan Gingold
2021-02-13
2
-13
/
+11
*
testsuite/synth: add a test for #1645
Tristan Gingold
2021-02-12
3
-0
/
+85
*
synth-expr: compute signess for range array attributes. Fix #1645
Tristan Gingold
2021-02-12
3
-17
/
+9
*
Add gitignore files for testsuite
Xiretza
2021-02-12
1
-1
/
+13
*
vhdl-evaluation.adb: use is_overflow_literal.
Tristan Gingold
2021-02-11
2
-13
/
+21
*
vhdl-sem_expr: avoid duplicate error messages for overflow in range
Tristan Gingold
2021-02-11
1
-4
/
+1
*
vhdl-evaluation: factorize code
Tristan Gingold
2021-02-11
1
-7
/
+5
*
testsuite/gna: add a test for #1640
Tristan Gingold
2021-02-11
2
-0
/
+39
*
eval_is_range_in_bound: avoid crash in case of overflow. Fix #1640
Tristan Gingold
2021-02-11
1
-2
/
+12
*
CI: re-enable black formatting check
Xiretza
2021-02-10
1
-3
/
+3
*
pyGHDL: automatically format generated files with black
Xiretza
2021-02-10
1
-0
/
+6
*
pyGHDL: format using black
Xiretza
2021-02-10
33
-1623
/
+1365
*
testsuite/gna: add a test for #1639
Tristan Gingold
2021-02-10
2
-0
/
+31
*
vhdl-sem_stmts: avoid overflow. Fix #1639
Tristan Gingold
2021-02-10
1
-3
/
+13
*
vhdl-evaluation: minor simplification
Tristan Gingold
2021-02-10
1
-3
/
+1
*
testsuite/synth: adjust tests for issue#662
Tristan Gingold
2021-02-09
7
-18
/
+51
*
vhdl-sem_psl: factorize code for onehot/onehot0 and stable/fell/rose.
Tristan Gingold
2021-02-09
3
-105
/
+17
*
netlists-folds: add comments
Tristan Gingold
2021-02-09
1
-0
/
+4
*
doc: update instructions about GCC and GNAT Community installation (#1635)
Rodrigo A. Melo
2021-02-09
2
-4
/
+9
*
ci: specify macos version in tarball names
eine
2021-02-09
1
-4
/
+4
*
Add support for PSL onehot/onehot0 functions (#1633)
T. Meissner
2021-02-09
28
-275
/
+701
*
ci: use image 'ghdl/debug:base' as the base of 'ghdl/doc'
eine
2021-02-07
1
-3
/
+1
*
testsuite/gna: add a test for #1631
Tristan Gingold
2021-02-06
5
-0
/
+45
*
vhdl-sem_expr: remove assertion and change comment. Fix #1631
Tristan Gingold
2021-02-06
1
-3
/
+4
*
ci/pyGHDL: fix git diff check
eine
2021-02-06
1
-1
/
+3
*
update license headers
umarcor
2021-02-05
98
-549
/
+361
[next]