aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
Commit message (Expand)AuthorAgeFilesLines
* vhdl-configuration: avoid a crash after not-found component.Tristan Gingold2020-07-181-0/+3
* vhdl-evaluation: fix for array index. For #1387Tristan Gingold2020-07-021-1/+7
* vhdl-sem: handle array attributes in are_trees_equal.Tristan Gingold2020-07-021-0/+10
* vhdl: add wildcard_psl_boolean. For #1387Tristan Gingold2020-07-026-126/+171
* vhdl-sem_expr: fix overload handling for conditional operationTristan Gingold2020-07-021-12/+44
* vhdl-sem_expr: abstract sem_operator_compatibilityTristan Gingold2020-07-021-47/+72
* vhdl-sem_expr: improve error messageTristan Gingold2020-07-011-1/+1
* vhdl-scanner: be case-insensitive for pragma in comments.Tristan Gingold2020-07-011-6/+19
* trans-chap3: fix handling of unbounded element subtypeTristan Gingold2020-07-011-6/+12
* vhdl-annotations: adjust after change of subtype_indication.Tristan Gingold2020-07-011-1/+1
* vhdl: Relax check for locally static attribute specification in entities.Tristan Gingold2020-07-011-3/+3
* vhdl-nodes: reduce size of Iterator_Declaration.Tristan Gingold2020-07-012-6/+6
* vhdl-sem_psl: avoid a crash in synth on incorrect clock.Tristan Gingold2020-06-301-0/+2
* vhdl-nodes: make Subtype_Indication Maybe_Ref. For #641Tristan Gingold2020-06-304-225/+258
* trans-chap3: propagate object kind to bounds mnode. Fix #1376Tristan Gingold2020-06-271-1/+1
* vhdl: check missing association to generics. Fix #1379Tristan Gingold2020-06-264-32/+115
* vhdl-nodes: add Open_Flag to all generic interfaces.Tristan Gingold2020-06-263-194/+216
* vhdl-sem_assocs: abstract Sem_Check_Missing_Association.Tristan Gingold2020-06-262-61/+107
* vhdl: improve print of default binding indication. For #1379Tristan Gingold2020-06-261-3/+3
* vhdl: avoid crash on error for -c/-r.Tristan Gingold2020-06-251-1/+3
* vhdl: add missing check_read. Fix #1381Tristan Gingold2020-06-252-0/+4
* vhdl/translate: add support for subtype attribute. For #641Tristan Gingold2020-06-253-22/+55
* vhdl/translate: rework object type elaboration. For #641Tristan Gingold2020-06-248-41/+93
* vhdl: improve support of subtype attribute. For #641Tristan Gingold2020-06-244-26/+89
* synth: handle std_logic_signed.conv_integer. For ghdl/ghdl-yosys-plugin#126Tristan Gingold2020-06-192-79/+88
* vhdl: decode to_x01 (from ieee.std_logic_1164)Tristan Gingold2020-06-192-0/+28
* vhdl: slightly improve error message for libraries.Tristan Gingold2020-06-191-0/+14
* vhdl: add ghdl_integer_index_check_failed. For #1257Tristan Gingold2020-06-178-52/+110
* vhdl/translate: minor refactoring.Tristan Gingold2020-06-173-67/+64
* vhdl psl: add support for equivalence operator. Fix #1371Tristan Gingold2020-06-165-53/+79
* vhdl: create default configuration for a vunit. Fix #1372Tristan Gingold2020-06-155-392/+474
* vhdl-evaluation: handle to_string for floating point types. Fix #1354Tristan Gingold2020-06-131-0/+3
* vhdl/translate: simplify some variable assignments. Fix #1361Tristan Gingold2020-06-132-8/+23
* vhdl: --std93c is now an alias for --std=93 -frelaxedTristan Gingold2020-06-1312-34/+39
* vhdl-parse: always keep parentheses in case expression. For #1364Tristan Gingold2020-06-132-3/+22
* vhdl-sem_expr: use -frelaxed for parentheses aggregates. For #1364Tristan Gingold2020-06-121-14/+39
* vhdl: analyze and synth concurrent statements in vunit. Fix #1366Tristan Gingold2020-06-124-15/+35
* vhdl: parse statements in verification units.Tristan Gingold2020-06-112-103/+98
* vhdl: allows --work between files for -c. Fix #1362Tristan Gingold2020-06-091-19/+37
* vhdl: handle aggregates in choices. Fix #1360Tristan Gingold2020-06-092-0/+10
* Add PSL built-in prev() function to allowed expressionstmeissner2020-06-071-0/+1
* Synthesis of PSL built-in fell() function.tmeissner2020-06-074-1/+58
* Synthesis of PSL built-in rose() function.tmeissner2020-06-064-2/+59
* Synthesis of PSL stable() function.tmeissner2020-06-064-1/+58
* trans-chap8: handle accesses like scalar in return statement.Tristan Gingold2020-06-041-10/+4
* trans-chap8: handle stack2 in condition of control statement.Tristan Gingold2020-06-041-14/+43
* Synthesis of PSL prev function.Tristan Gingold2020-06-029-162/+316
* vhdl: parse PSL prev/stable/rose/fell builtin calls. For #662Tristan Gingold2020-06-0213-232/+573
* vhdl-utils: minor style changes.Tristan Gingold2020-05-281-4/+2
* ortho: add a length parameter to start_array_aggr.Tristan Gingold2020-05-286-59/+44