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: reword '--time-resolution'
eine
2020-10-08
1
-4
/
+6
*
doc: fix refs in 'Synthesis options'
eine
2020-10-08
1
-3
/
+4
*
vendor-libs: add machxo3d support
Francisco Ayala Le Brun
2020-10-08
3
-4
/
+20
*
synth-expr: improve error message for length mismatch
Tristan Gingold
2020-10-07
1
-1
/
+4
*
testsuite/synth: add a test for previous commit.
Tristan Gingold
2020-10-07
5
-0
/
+62
*
synth: check instantiation inputs constraints.
Tristan Gingold
2020-10-07
1
-3
/
+11
*
testsuite/gna: add a test for previous commit.
Tristan Gingold
2020-10-07
2
-0
/
+10
*
vhdl-sem_specs: avoid noisy error message
Tristan Gingold
2020-10-07
1
-3
/
+6
*
testsuite/gna: add a test for previous commit.
Tristan Gingold
2020-10-07
2
-0
/
+8
*
vhdl-sem_decls: avoid a crash after a parse error.
Tristan Gingold
2020-10-07
1
-4
/
+11
*
Synth doc: add infos about synth specific options, related to 667ab51
tmeissner
2020-10-07
1
-0
/
+44
*
doc/PSL: only clocked directives are supported, related to #1479 (#1487)
T. Meissner
2020-10-06
1
-2
/
+2
*
ci: add ubuntu-20.04 job and push nightly artifact
umarcor
2020-10-03
1
-8
/
+11
*
testsuite/gna: add a test for #1473
Tristan Gingold
2020-09-29
2
-0
/
+27
*
vhdl-sem_types: improve error handling on index subtypes. Fix #1473
Tristan Gingold
2020-09-29
1
-3
/
+7
*
testsuite/synth: add a test for #1481
Tristan Gingold
2020-09-28
2
-0
/
+21
*
netlists-disp_vhdl: handle null vectors for reducation operators.
Tristan Gingold
2020-09-28
1
-3
/
+12
*
testsuite/gna: add a test for #1480
Tristan Gingold
2020-09-28
3
-0
/
+26
*
vhdl-sem_psl: fix crash in case of error in assert statement. Fix #1480
Tristan Gingold
2020-09-28
1
-2
/
+5
*
vhdl-canon: canon generic associations for subprogram instantiations.
Tristan Gingold
2020-09-28
1
-1
/
+6
*
doc: clarify position of option --std. Fix #1477
Tristan Gingold
2020-09-28
1
-0
/
+3
*
vhdl-sem_expr: evaluate operands only if the operator result is not static.
Tristan Gingold
2020-09-28
1
-5
/
+13
*
vhdl-evaluation: minor rewrite.
Tristan Gingold
2020-09-28
1
-5
/
+5
*
testsuite/synth: adjust harness for #1475
Tristan Gingold
2020-09-28
1
-1
/
+1
*
synth_subtype_conversion: check overflow for discrete types.
Tristan Gingold
2020-09-28
1
-24
/
+31
*
py: run black
eine
2020-09-26
2
-723
/
+445
*
testsuite/synth: add a case for #1475
Tristan Gingold
2020-09-26
4
-0
/
+48
*
vhdl: evaluate operands of operators, check bounds. For #1475
Tristan Gingold
2020-09-26
2
-14
/
+30
*
synth: minor refactoring. Move In_Bounds/In_Range to synth-objtypes.
Tristan Gingold
2020-09-26
5
-21
/
+23
*
vhdl: analyze subprogram instantiations. WIP. For #1470
Tristan Gingold
2020-09-26
11
-217
/
+390
*
pnodes.py: fix a typo
Tristan Gingold
2020-09-24
1
-1
/
+1
*
vhdl: parse subprogram instantiations. For #1470
Tristan Gingold
2020-09-24
11
-1397
/
+1902
*
doc: add gnatdoc HTML output
umarcor
2020-09-22
2
-3
/
+15
*
testsuite/gna: add a test for #1469
Tristan Gingold
2020-09-21
3
-0
/
+44
*
vhdl-sem_types: fix staticness of 'open' array constraint. Fix #1469
Tristan Gingold
2020-09-21
1
-0
/
+1
*
ghdldrv: adjust style and some error messages.
Tristan Gingold
2020-09-20
7
-141
/
+99
*
testsuite: print help after the version
umarcor
2020-09-20
1
-2
/
+7
*
cli: rework syntax, add commands without '-' or '--'
umarcor
2020-09-20
9
-136
/
+353
*
testsuite/synth: Add a test. Close #1460
Tristan Gingold
2020-09-20
2
-0
/
+28
*
synth-disp_vhdl: extend vector conversions (for any range). For #1460
Tristan Gingold
2020-09-20
1
-2
/
+20
*
synth-expr: refine is_positive for wires. For #1460
Tristan Gingold
2020-09-20
1
-2
/
+6
*
synth: handle static resize. For #1460
Tristan Gingold
2020-09-20
3
-0
/
+36
*
testsuite/synth: add tests for find_leftmost/find_rightmost.
Tristan Gingold
2020-09-19
12
-0
/
+241
*
synth: handle find_leftmost/find_rigthmost. For #1460
Tristan Gingold
2020-09-19
1
-0
/
+77
*
vhdl: recognize find_leftmost/find_rightmost. For #1460
Tristan Gingold
2020-09-16
5
-183
/
+225
*
py: add 'show_ports.py' to testsuite/python/units01
umarcor
2020-09-16
4
-8
/
+125
*
py: format testsuite/python/units01/show_units.py
umarcor
2020-09-16
1
-8
/
+12
*
py: run black
eine
2020-09-15
2
-4
/
+2
*
termux: use setup-pathforgcc and clang++
umarcor
2020-09-15
1
-4
/
+3
*
vhdl: recognize reduce operations from numeric_std.
Tristan Gingold
2020-09-14
5
-252
/
+359
[next]