aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* synth: handle static resize from std_numeric. Fix #1531Tristan Gingold2020-12-062-2/+5
|
* synth-oper: simplify synth_dyadic_vec_log. For #1520Tristan Gingold2020-12-041-10/+4
|
* synth-oper: Support Iir_Predefined_Enum_Greater{,_Equal}Xiretza2020-12-041-0/+4
|
* synth: handle dyadic logical vec/log operations. Fix #1520Tristan Gingold2020-12-031-2/+52
|
* vhdl: recognize logica vec/log and log/vec operators. For #1520Tristan Gingold2020-12-032-0/+96
|
* synth-expr.adb: avoid crash on unhandled ieee operator. For #1520Tristan Gingold2020-12-031-7/+16
|
* Fix #1524: 'ghdl build produces an executable with RWX sections'Erik Zscheile2020-11-271-0/+4
|
* win32: add fprintf to grt_save_backtrace (#1516)eine2020-11-211-0/+8
| | | Co-authored-by: eine <eine@users.noreply.github.com>
* Slightly improve error messages for unknown optionTristan Gingold2020-11-212-2/+2
|
* Ignore plusargs options (that starts with a '+'). For #1517Tristan Gingold2020-11-212-1/+6
|
* vhdl-sem_stmts: fix typo (#1518)Douwe den Blanken2020-11-201-1/+1
| | | | | "time must be **greather** than previous transaction" -> "time must be **greater** than previous transaction" (h was in the word 'greater')
* Add argc and argv to vpi_get_vlog_info()Marlon James2020-11-191-2/+4
|
* synth-objtypes: fix width computation. Fix #1509Tristan Gingold2020-11-161-1/+1
|
* vhdl-parse: improve error recovery on extra right parenthesisTristan Gingold2020-11-041-7/+21
|
* vhdl-parse: improve error recovery on tick.Tristan Gingold2020-11-041-0/+5
|
* ghdlsynth.adb: clear error counters to allow multiple synthesis.Tristan Gingold2020-11-041-0/+3
| | | | For ghdl/ghdl-yosys-plugin#137
* synth-stmts.adb: fix crash on unconditional exit. Fix #1503Tristan Gingold2020-11-011-26/+76
|
* vhdl-parse: do not skip token in case of error. Fix #1500Tristan Gingold2020-10-291-1/+1
|
* src/grt/Makefile.inc: support clang -dumpmachine on Windowsumarcor2020-10-241-1/+1
|
* vhdl-sem_scopes: avoid a crash on invalid selected name. Fix #1490Tristan Gingold2020-10-101-0/+4
|
* vhdl-parse: improve error message for extra '('.Tristan Gingold2020-10-091-1/+5
|
* synth-expr: improve error message for length mismatchTristan Gingold2020-10-071-1/+4
|
* synth: check instantiation inputs constraints.Tristan Gingold2020-10-071-3/+11
|
* vhdl-sem_specs: avoid noisy error messageTristan Gingold2020-10-071-3/+6
| | | | for attribute specification with invalid entity class.
* vhdl-sem_decls: avoid a crash after a parse error.Tristan Gingold2020-10-071-4/+11
| | | | For both declarations list and missing attribute type.
* vhdl-sem_types: improve error handling on index subtypes. Fix #1473Tristan Gingold2020-09-291-3/+7
|
* netlists-disp_vhdl: handle null vectors for reducation operators.Tristan Gingold2020-09-281-3/+12
| | | | Fix #1481
* vhdl-sem_psl: fix crash in case of error in assert statement. Fix #1480Tristan Gingold2020-09-281-2/+5
|
* vhdl-canon: canon generic associations for subprogram instantiations.Tristan Gingold2020-09-281-1/+6
|
* vhdl-sem_expr: evaluate operands only if the operator result is not static.Tristan Gingold2020-09-281-5/+13
|
* vhdl-evaluation: minor rewrite.Tristan Gingold2020-09-281-5/+5
|
* synth_subtype_conversion: check overflow for discrete types.Tristan Gingold2020-09-281-24/+31
|
* vhdl: evaluate operands of operators, check bounds. For #1475Tristan Gingold2020-09-262-14/+30
|
* synth: minor refactoring. Move In_Bounds/In_Range to synth-objtypes.Tristan Gingold2020-09-265-21/+23
|
* vhdl: analyze subprogram instantiations. WIP. For #1470Tristan Gingold2020-09-2611-217/+390
|
* vhdl: parse subprogram instantiations. For #1470Tristan Gingold2020-09-249-287/+495
|
* vhdl-sem_types: fix staticness of 'open' array constraint. Fix #1469Tristan Gingold2020-09-211-0/+1
|
* ghdldrv: adjust style and some error messages.Tristan Gingold2020-09-207-141/+99
|
* cli: rework syntax, add commands without '-' or '--'umarcor2020-09-209-136/+353
|
* synth-disp_vhdl: extend vector conversions (for any range). For #1460Tristan Gingold2020-09-201-2/+20
|
* synth-expr: refine is_positive for wires. For #1460Tristan Gingold2020-09-201-2/+6
|
* synth: handle static resize. For #1460Tristan Gingold2020-09-203-0/+36
|
* synth: handle find_leftmost/find_rigthmost. For #1460Tristan Gingold2020-09-191-0/+77
|
* vhdl: recognize find_leftmost/find_rightmost. For #1460Tristan Gingold2020-09-164-1/+41
|
* vhdl: recognize reduce operations from numeric_std.Tristan Gingold2020-09-143-6/+86
| | | | Handle them in synthesis.
* synth: improve support of interface package. For #1460Tristan Gingold2020-09-133-66/+105
|
* vhdl: allow conflict design unit name with -frelaxedTristan Gingold2020-09-122-17/+43
| | | | | | Fix #1461 Allow a design unit (package or entity) to have the same name as a library.
* sem_parenthesis_name: handle more error cases.Tristan Gingold2020-09-061-1/+5
|
* vhdl: sem_parenthesis_name: do not crash on any type attribute. Fix #1456Tristan Gingold2020-09-061-18/+19
|
* netlists-cleanup: do not remove user sub modules. Fix #1454Tristan Gingold2020-09-051-3/+7
|