aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
Commit message (Collapse)AuthorAgeFilesLines
* elab-vhdl_decls: elaborate dot attributeTristan Gingold2022-07-212-4/+1
|
* vhdl-nodes: renaming.Tristan Gingold2022-07-2119-123/+125
| | | | | | | Node Iir_Kind_Signal_Attribute_Declaration is now Iir_Kind_Attribute_Implicit_Declaration Will also handle quantities.
* 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
| | | | Tentatively fix crash on mingw32
* vhdl-evaluation: make overflow_literal non locally static.Tristan Gingold2022-07-072-1/+6
| | | | Fix crash in translation (tentatively)
* vhdl-sem_psl: analyze strong propertiesTristan Gingold2022-07-021-1/+2
| | | | For #2116
* vhdl-sem_names: avoid crash on incorrect selected name.Tristan Gingold2022-07-021-6/+6
| | | | For #2116
* vhdl-sem_decls: avoid crash on self use of a generic package.Tristan Gingold2022-07-021-0/+10
| | | | For #2116
* vhdl: avoid crash on incorrect use of attributes.Tristan Gingold2022-07-025-14/+40
| | | | For #2116
* vhdl: avoid crash on incorrect use of signaturesTristan Gingold2022-07-023-281/+292
| | | | For #2116
* vhdl-evaluation: handle more operations (thought synth).Tristan Gingold2022-07-021-2/+1
| | | | For #2116
* 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
| | | | Fix #2098
* vhdl/translate: handle inertial association in recursive instantiationTristan Gingold2022-06-162-2/+16
| | | | Fix #2065
* vhdl-sem_names: handle element and subtype attributes for type conv.Tristan Gingold2022-06-161-22/+26
| | | | Fix #2097
* vhdl-sem_expr: do not attribute element or subtype attributes as expr.Tristan Gingold2022-06-161-0/+2
| | | | For #2097
* vhdl: handle 'element in 'range. Fix #2071Tristan Gingold2022-06-152-23/+104
|
* Add commentsTristan Gingold2022-06-151-0/+1
|
* vhdl: add a parent field to protected_type_declaration. Fix #2091Tristan Gingold2022-06-123-265/+271
|
* vhdl-nodes: add Inertial_Flag for association_element_by_expressionTristan Gingold2022-06-125-302/+347
|
* vhdl: recognize ieee.math_real.sign, fix is_x recogn.Tristan Gingold2022-06-113-6/+20
|
* vhdl-annotations: avoid a crash with subtype attribute in array.Tristan Gingold2022-06-091-2/+7
| | | | Fix #2084
* vhdl-sem: adjust condition to set suspend_state on proceduresTristan Gingold2022-06-071-6/+25
|
* vhdl-parse.adb: fix uninitialized variable, for #2076Tristan Gingold2022-06-061-0/+1
|
* vhdl-sem_names: avoid a crash on incorrect selected name. For #2076Tristan Gingold2022-06-061-1/+2
|
* vhdl-parse: avoid a crash with return identifier. Fox #2076Tristan Gingold2022-06-061-1/+7
|
* vhdl-ieee-math_real: recognize more operationsTristan Gingold2022-06-062-12/+45
|
* synth-vhdl_eval: recognize and handle to_stdulogicvectorTristan Gingold2022-06-062-0/+13
|
* vhdl: recognize more predefined ieee functions and operatorsTristan Gingold2022-06-054-7/+112
|
* vhdl-ieee-numeric: recognize vector/scalar operationsTristan Gingold2022-06-052-3/+51
|
* vhdl-ieee-numeric: recognize is_x, to_x01, to_ux01 and to_x01zTristan Gingold2022-06-052-8/+50
|
* vhdl: add a warning for unassociated portsTristan Gingold2022-06-043-9/+22
|
* vhdl-sem_types: avoid a crash on empty records if forced analysisTristan Gingold2022-06-041-1/+9
|
* vhdl-sem_scopes: handle state_suspendTristan Gingold2022-06-041-1/+2
|
* vhdl-ieee-std_logic_1164: recognize to_hstring, to_ostringTristan Gingold2022-06-012-0/+7
|
* vhdl-utils(is_copyback_parameter): avoid a crash on file parameterTristan Gingold2022-06-011-6/+2
|
* vhdl: improve use of interface types. For #2070Tristan Gingold2022-06-012-0/+6
|
* vhdl-scanner: adjust assertion. For #2070Tristan Gingold2022-06-011-1/+1
|
* vhdl-parse: do not allow nested context declaration. For #2070Tristan Gingold2022-06-011-1/+5
|
* vhdl-parse: avoid a crash on too large numbers. For #2070Tristan Gingold2022-06-012-2/+15
|