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
...
*
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
*
synth: improve support of interface package. For #1460
Tristan Gingold
2020-09-13
3
-66
/
+105
*
termux: ln gnatmake-10
umarcor
2020-09-12
1
-0
/
+3
*
termux: update gnat, install llvm and make explicitly
umarcor
2020-09-12
1
-2
/
+2
*
testsuite/gna: add a testcase for #1461
Tristan Gingold
2020-09-12
3
-1
/
+28
*
vhdl: allow conflict design unit name with -frelaxed
Tristan Gingold
2020-09-12
2
-17
/
+43
*
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
[prev]
[next]