aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* synth-static_oper: fix crash on exponential. Fix #1442Tristan Gingold2020-08-261-1/+1
| | | | | Allow negative value for the right operand of ** for floating point values.
* synth: handle evaluated string literals without constraints.Tristan Gingold2020-08-261-2/+24
| | | | Fix #1430
* synth: improve diagnostic for multiple assignment. Fix #1428Tristan Gingold2020-08-265-19/+191
|
* trans-rtis: adjust max_depth of records. For #1404Tristan Gingold2020-08-261-3/+7
|
* grt-disp_signals: add code to display last value (disabled).Tristan Gingold2020-08-261-0/+8
|
* vhdl/translate: handle vhdl-93 'last_value. Fix #1440Tristan Gingold2020-08-266-75/+207
|
* synth-stmts: convert the waveform to the target subtype.Tristan Gingold2020-08-251-7/+13
| | | | fix ghdl/ghdl-yosys-plugin#129
* vhdl-evaluation: make eval_dyadic_bit_array_operator more generic.Tristan Gingold2020-08-251-42/+71
| | | | Handle any form of static expressions. Fix #1429
* vhdl-sem_names: check name staticness of signal attributes. Fix #1412Tristan Gingold2020-08-081-58/+79
|
* vhdl-canon: minor cleanup.Tristan Gingold2020-08-082-61/+0
|
* vhdl: renaming in vhdl-canon.Tristan Gingold2020-08-085-188/+202
|
* synth-oper: handle operators of std_logic_unsigned.Tristan Gingold2020-08-071-65/+99
|
* synth-oper: handle more std_logic_arith operators.Tristan Gingold2020-08-071-226/+180
|
* vhdl: recognize more operators for std_logic_unsigned/signed.Tristan Gingold2020-08-072-32/+128
|
* vhdl: recognize more std_logic_arith operators.Tristan Gingold2020-08-074-27/+122
|
* netlists: preliminary support of memory of depth one.Tristan Gingold2020-08-061-2/+0
|
* synth: handle an operation from std_logic_unsigned. For #1426Tristan Gingold2020-08-061-1/+2
|
* synth-oper: handle more operations for std_logic_arith. For #1426Tristan Gingold2020-08-062-142/+339
|
* trans-chap6: fix reuse violation of a node.Tristan Gingold2020-08-061-0/+1
|