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
*
sem_parenthesis_name: handle more error cases.
Tristan Gingold
2020-09-06
1
-1
/
+5
*
testsuite/gna: add a reproducer for #1456
Tristan Gingold
2020-09-06
2
-0
/
+19
*
vhdl: sem_parenthesis_name: do not crash on any type attribute. Fix #1456
Tristan Gingold
2020-09-06
1
-18
/
+19
*
testsuite/synth: add a test for #1454
Tristan Gingold
2020-09-05
5
-0
/
+149
*
netlists-cleanup: do not remove user sub modules. Fix #1454
Tristan Gingold
2020-09-05
1
-3
/
+7
*
py undefined symbols
umarcor
2020-08-31
2
-5
/
+5
*
ci: use buildthedocs/btd to build and publish the docs to GHP
umarcor
2020-08-31
11
-80
/
+90
*
doc: autodoc python modules (libghdl, thin, vhdl and pyutils)
umarcor
2020-08-31
7
-4
/
+156
*
doc: fix title length
umarcor
2020-08-31
1
-1
/
+1
*
doc: publish internals/RTI
umarcor
2020-08-31
2
-48
/
+52
*
fix/configure: debugging is enabled with LLVM>=6
eine
2020-08-30
1
-2
/
+2
*
update for LLVM 11
Dan HorĂ¡k
2020-08-29
2
-1
/
+2
*
doc: update README.md
eine
2020-08-27
1
-3
/
+6
*
ci: run black 20.8b1
eine
2020-08-27
2
-3
/
+7
*
testsuite/synth: add a test for #1442
Tristan Gingold
2020-08-26
3
-0
/
+48
*
synth-static_oper: fix crash on exponential. Fix #1442
Tristan Gingold
2020-08-26
1
-1
/
+1
*
testsuite/synth: add a testcase for #1430
Tristan Gingold
2020-08-26
3
-0
/
+29
*
synth: handle evaluated string literals without constraints.
Tristan Gingold
2020-08-26
1
-2
/
+24
*
testsuite/synth: add a test for #1428
Tristan Gingold
2020-08-26
23
-0
/
+257
*
synth: improve diagnostic for multiple assignment. Fix #1428
Tristan Gingold
2020-08-26
5
-19
/
+191
*
testsuite/gna: add test from #1431
Tristan Gingold
2020-08-26
2
-0
/
+130
*
testsuite/gna: add reproducer for #1404
Tristan Gingold
2020-08-26
4
-0
/
+65
*
trans-rtis: adjust max_depth of records. For #1404
Tristan Gingold
2020-08-26
1
-3
/
+7
*
grt-disp_signals: add code to display last value (disabled).
Tristan Gingold
2020-08-26
1
-0
/
+8
*
testsuite/gna: add a test for #1440
Tristan Gingold
2020-08-26
2
-0
/
+50
*
vhdl/translate: handle vhdl-93 'last_value. Fix #1440
Tristan Gingold
2020-08-26
6
-75
/
+207
*
Replace distutils with setuptools
Nicola Corna
2020-08-25
1
-1
/
+1
*
Remove unused 'import distutils.command.build_py'
Nicola Corna
2020-08-25
1
-1
/
+0
*
testsuite/gna: add reproducer for #1440
Tristan Gingold
2020-08-25
2
-0
/
+28
*
testsuite/synth: add a test for ghdl/ghdl-yosys-plugin#129
Tristan Gingold
2020-08-25
3
-0
/
+55
*
synth-stmts: convert the waveform to the target subtype.
Tristan Gingold
2020-08-25
1
-7
/
+13
*
testsuite/gna: add a test for #1429
Tristan Gingold
2020-08-25
2
-0
/
+48
*
vhdl-evaluation: make eval_dyadic_bit_array_operator more generic.
Tristan Gingold
2020-08-25
1
-42
/
+71
*
testsuite/gna: add a testcase from #1389
Tristan Gingold
2020-08-25
2
-0
/
+37
*
ci: add black --check
eine
2020-08-23
1
-2
/
+19
*
python: execute 'black'
eine
2020-08-23
31
-1673
/
+1585
*
py: adjust blank lines to PEP 8 for vhdl_langserver (#1434)
m-kru
2020-08-15
8
-2
/
+25
*
vendors: update compile-uvvm.sh Fix #1393
Tristan Gingold
2020-08-08
1
-4
/
+13
*
testsuite/gna: add a test for #1412
Tristan Gingold
2020-08-08
2
-0
/
+24
*
vhdl-sem_names: check name staticness of signal attributes. Fix #1412
Tristan Gingold
2020-08-08
1
-58
/
+79
*
vhdl-canon: minor cleanup.
Tristan Gingold
2020-08-08
2
-61
/
+0
*
vhdl: renaming in vhdl-canon.
Tristan Gingold
2020-08-08
5
-188
/
+202
*
testsuite/synth: add tests for std_logic_unsigned and std_logic_signed.
Tristan Gingold
2020-08-07
34
-0
/
+1122
*
testsuite/synth: add more tests for std_logic_arith
Tristan Gingold
2020-08-07
9
-1
/
+371
*
synth-oper: handle operators of std_logic_unsigned.
Tristan Gingold
2020-08-07
1
-65
/
+99
*
synth-oper: handle more std_logic_arith operators.
Tristan Gingold
2020-08-07
1
-226
/
+180
*
vhdl: recognize more operators for std_logic_unsigned/signed.
Tristan Gingold
2020-08-07
3
-206
/
+328
*
vhdl: recognize more std_logic_arith operators.
Tristan Gingold
2020-08-07
6
-327
/
+436
*
doc: debugging with LLVM >=6 is supported
eine
2020-08-07
1
-1
/
+1
*
testsuite/gna: add a test for #887
Tristan Gingold
2020-08-07
3
-0
/
+125
[next]