index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
synth: handle static resize from std_numeric. Fix #1531
Tristan Gingold
2020-12-06
2
-2
/
+5
*
synth-oper: simplify synth_dyadic_vec_log. For #1520
Tristan Gingold
2020-12-04
1
-10
/
+4
*
synth-oper: Support Iir_Predefined_Enum_Greater{,_Equal}
Xiretza
2020-12-04
1
-0
/
+4
*
synth: handle dyadic logical vec/log operations. Fix #1520
Tristan Gingold
2020-12-03
1
-2
/
+52
*
vhdl: recognize logica vec/log and log/vec operators. For #1520
Tristan Gingold
2020-12-03
2
-0
/
+96
*
synth-expr.adb: avoid crash on unhandled ieee operator. For #1520
Tristan Gingold
2020-12-03
1
-7
/
+16
*
Fix #1524: 'ghdl build produces an executable with RWX sections'
Erik Zscheile
2020-11-27
1
-0
/
+4
*
win32: add fprintf to grt_save_backtrace (#1516)
eine
2020-11-21
1
-0
/
+8
*
Slightly improve error messages for unknown option
Tristan Gingold
2020-11-21
2
-2
/
+2
*
Ignore plusargs options (that starts with a '+'). For #1517
Tristan Gingold
2020-11-21
2
-1
/
+6
*
vhdl-sem_stmts: fix typo (#1518)
Douwe den Blanken
2020-11-20
1
-1
/
+1
*
Add argc and argv to vpi_get_vlog_info()
Marlon James
2020-11-19
1
-2
/
+4
*
synth-objtypes: fix width computation. Fix #1509
Tristan Gingold
2020-11-16
1
-1
/
+1
*
vhdl-parse: improve error recovery on extra right parenthesis
Tristan Gingold
2020-11-04
1
-7
/
+21
*
vhdl-parse: improve error recovery on tick.
Tristan Gingold
2020-11-04
1
-0
/
+5
*
ghdlsynth.adb: clear error counters to allow multiple synthesis.
Tristan Gingold
2020-11-04
1
-0
/
+3
*
synth-stmts.adb: fix crash on unconditional exit. Fix #1503
Tristan Gingold
2020-11-01
1
-26
/
+76
*
vhdl-parse: do not skip token in case of error. Fix #1500
Tristan Gingold
2020-10-29
1
-1
/
+1
*
src/grt/Makefile.inc: support clang -dumpmachine on Windows
umarcor
2020-10-24
1
-1
/
+1
*
vhdl-sem_scopes: avoid a crash on invalid selected name. Fix #1490
Tristan Gingold
2020-10-10
1
-0
/
+4
*
vhdl-parse: improve error message for extra '('.
Tristan Gingold
2020-10-09
1
-1
/
+5
*
synth-expr: improve error message for length mismatch
Tristan Gingold
2020-10-07
1
-1
/
+4
*
synth: check instantiation inputs constraints.
Tristan Gingold
2020-10-07
1
-3
/
+11
*
vhdl-sem_specs: avoid noisy error message
Tristan Gingold
2020-10-07
1
-3
/
+6
*
vhdl-sem_decls: avoid a crash after a parse error.
Tristan Gingold
2020-10-07
1
-4
/
+11
*
vhdl-sem_types: improve error handling on index subtypes. Fix #1473
Tristan Gingold
2020-09-29
1
-3
/
+7
*
netlists-disp_vhdl: handle null vectors for reducation operators.
Tristan Gingold
2020-09-28
1
-3
/
+12
*
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
*
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
*
synth_subtype_conversion: check overflow for discrete types.
Tristan Gingold
2020-09-28
1
-24
/
+31
*
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
*
vhdl: parse subprogram instantiations. For #1470
Tristan Gingold
2020-09-24
9
-287
/
+495
*
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
*
cli: rework syntax, add commands without '-' or '--'
umarcor
2020-09-20
9
-136
/
+353
*
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
*
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
4
-1
/
+41
*
vhdl: recognize reduce operations from numeric_std.
Tristan Gingold
2020-09-14
3
-6
/
+86
*
synth: improve support of interface package. For #1460
Tristan Gingold
2020-09-13
3
-66
/
+105
*
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
*
vhdl: sem_parenthesis_name: do not crash on any type attribute. Fix #1456
Tristan Gingold
2020-09-06
1
-18
/
+19
*
netlists-cleanup: do not remove user sub modules. Fix #1454
Tristan Gingold
2020-09-05
1
-3
/
+7
[next]