aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
Commit message (Expand)AuthorAgeFilesLines
* trans-chap7: handle concat of unbounded elements. Fix #2055Tristan Gingold2022-08-111-33/+58
* vhdl-sem_names: factorize code for element attributeTristan Gingold2022-08-101-56/+10
* trans: rework aggregate. For #2166Tristan Gingold2022-08-103-58/+65
* vhdl: add Determined_Aggregate_Flag field. For #2166Tristan Gingold2022-08-105-134/+177
* vhdl: add an owner to interface type definitionTristan Gingold2022-08-076-187/+233
* vhdl-sem_names.adb(are_types_closely_related): handle vhdl08 definitionTristan Gingold2022-08-071-14/+24
* vhdl-sem.adb: lexical conformance is now a relaxed error. Fix #2165Tristan Gingold2022-08-071-2/+3
* vhdl-sem.adb(are_trees_equal): handle qualified expressions. Fix #2164Tristan Gingold2022-08-071-1/+2
* vhdl-sem_assocs: add commentsTristan Gingold2022-08-071-0/+7
* vhdl-prints: handle default in interface subprogramTristan Gingold2022-08-071-1/+19
* vhdl: add support for default in interface subprogram. Fix #2163Tristan Gingold2022-08-0712-419/+649
* vhdl-prints.adb: avoid crash on PSL endpointsTristan Gingold2022-08-041-3/+12
* trans-chap9.adb: destroy types in PSL expressions. For #2157Tristan Gingold2022-08-041-3/+31
* vhdl-prints: improve outputTristan Gingold2022-08-032-2/+23
* trans-chap3: translate subtype indication of access subtype. Fix #2152Tristan Gingold2022-07-301-3/+14
* vhdl-sem_stmts: set stop_flag on call to stop and severity failure.Tristan Gingold2022-07-291-22/+56
* vhdl-nodes: add Get/Set_Stop_Flag. For #2150Tristan Gingold2022-07-294-116/+164
* vhdl: check read for attribute parameter and aggregates. Fix #2148Tristan Gingold2022-07-282-3/+20
* vhdl-sem_names: add implicit function call for array attributes. Fix #2147Tristan Gingold2022-07-281-40/+8
* vhdl-sem_names: allow element attribute on element attribute. Fix #2141Tristan Gingold2022-07-284-17/+34
* vhdl-parse: set reference_terminal flagTristan Gingold2022-07-261-0/+1
* vhdl-canon: handle conditional variable assignment. Fix #2138Tristan Gingold2022-07-251-1/+16
* simul: gather terminalsTristan Gingold2022-07-251-3/+3
* vhdl-nodes: add Get/Set_Reference_Terminal_FlagTristan Gingold2022-07-254-204/+247
* vhdl: handle element attribute in declarations. Fix #2136Tristan Gingold2022-07-212-12/+23
* elab-vhdl_decls: elaborate dot attributeTristan Gingold2022-07-212-4/+1
* vhdl-nodes: renaming.Tristan Gingold2022-07-2119-123/+125
* vhdl-sem_specs: allow protected body in scope of an attribute. Fix #2134Tristan Gingold2022-07-161-0/+2
* vhdl: preliminary work to elaborat quantitiesTristan Gingold2022-07-164-2/+9
* vhdl: add Iir_Kinds_AMS_Signal_AttributeTristan Gingold2022-07-164-18/+26
* vhdl-cannon: add Canon_Extract_Sensitivity_Break_StatementTristan Gingold2022-07-162-1/+16
* vhdl-evaluation: explicitly compute integer_exp to handle overflow.Tristan Gingold2022-07-071-2/+31
* vhdl-evaluation: make overflow_literal non locally static.Tristan Gingold2022-07-072-1/+6
* vhdl-sem_psl: analyze strong propertiesTristan Gingold2022-07-021-1/+2
* vhdl-sem_names: avoid crash on incorrect selected name.Tristan Gingold2022-07-021-6/+6
* vhdl-sem_decls: avoid crash on self use of a generic package.Tristan Gingold2022-07-021-0/+10
* vhdl: avoid crash on incorrect use of attributes.Tristan Gingold2022-07-025-14/+40
* vhdl: avoid crash on incorrect use of signaturesTristan Gingold2022-07-023-281/+292
* vhdl-evaluation: handle more operations (thought synth).Tristan Gingold2022-07-021-2/+1
* vhdl-sem_names: avoid duplicate error message. For #2100Tristan Gingold2022-06-281-1/+19
* vhdl-parse: fix crashes after error. Fix #2110Tristan Gingold2022-06-261-2/+6
* vhdl-parse_psl: avoid crash on error. For #2110Tristan Gingold2022-06-261-1/+7
* trans-chap8: adjust conditions to pass parameters. Fix #2104Tristan Gingold2022-06-221-2/+9
* vhdl-sem.adb: avoid a crash on conformance error. Fix #2103Tristan Gingold2022-06-211-2/+2
* vhdl-sem_lib: do not disable warnings for files in -c/-rTristan Gingold2022-06-191-1/+5
* trans-chap7: translate anonymous subtype of overflow literal. Fox #2066Tristan Gingold2022-06-191-2/+6
* vhdl-sem_expr: check expression index range for aggregate. Fix #2066Tristan Gingold2022-06-191-0/+25
* vhdl-sem.adb(are_trees_equal): handle simple aggregate.Tristan Gingold2022-06-161-14/+12
* vhdl/translate: handle inertial association in recursive instantiationTristan Gingold2022-06-162-2/+16
* vhdl-sem_names: handle element and subtype attributes for type conv.Tristan Gingold2022-06-161-22/+26