aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* vhdl: avoid crash after an error. For #2070Tristan Gingold2022-06-013-3/+10
* vhdl-evaluation.adb: avoid a crash on overflow. For #2070Tristan Gingold2022-06-011-11/+12
* vhdl-errors.adb: use normal message subprogram. For #2070Tristan Gingold2022-06-011-9/+1
* vhdl: recognize numeric_bit.to_unsignedTristan Gingold2022-05-314-5/+57
* vhdl-nodes: move maximum/minimum out of predefined operator rangeTristan Gingold2022-05-301-27/+27
* synth-vhdl_eval: handle more operationsTristan Gingold2022-05-292-6/+9
* vhdl: recognize subprograms from std.envTristan Gingold2022-05-294-0/+98
* vhdl-canon: add Canon_Add_Suspend_StateTristan Gingold2022-05-269-197/+501
* vhdl-annotations: annotate procedure call associationsTristan Gingold2022-05-251-14/+47
* vhdl: move Is_Copyback_Parameter to vhdl-utilsTristan Gingold2022-05-252-0/+14
* synth: merge value for type_vector and type_arrayTristan Gingold2022-05-221-6/+6
* vhdl-canon: remove unused canon_flag_inertial_associationsTristan Gingold2022-05-201-4/+0
* vhdl-nodes: remove unused fields for procedure declarationsTristan Gingold2022-05-172-219/+212
* vhdl: add suspend state pseudo decl and stmt. WIP.Tristan Gingold2022-05-177-214/+264
* vhdl-canon: refactoring.Tristan Gingold2022-05-162-31/+87
* vhdl-sem_specs: use by_name assoc for port default associationTristan Gingold2022-05-161-1/+5
* trans_analyzes: add support for all processesTristan Gingold2022-05-151-85/+116
* vhdl-errors(disp_node): change message for generate bodyTristan Gingold2022-05-141-1/+1
* fix: avoid "pragma Unreferenced given" warnings with GCC 12Xiretza2022-05-141-1/+1
* fix: avoid "unnecessary with of ancestor [-gnatwr]" with GCC 12Xiretza2022-05-141-1/+1
* vhdl-canon: export extract_waveform_sensitivityTristan Gingold2022-05-121-2/+5
* trans_analyzes.adb: reindentTristan Gingold2022-05-121-3/+2
* vhdl: consider fully static record aggregates. Fix #2051Tristan Gingold2022-05-074-26/+83
* vhdl-sem.adb(are_trees_equal): handle selected element. Fix #2050Tristan Gingold2022-05-061-0/+4
* vhdl-sem_names: second fix for #2048Tristan Gingold2022-05-031-1/+2
* vhdl-sem_names(sem_selected_by_all_name): avoid a crashTristan Gingold2022-05-021-0/+4
* vhdl-sem_assocs: avoid a crash after forced analysisTristan Gingold2022-05-021-0/+5
* vhdl-annotations: do not annotate type for signal attributesTristan Gingold2022-04-291-2/+0
* vhdl-nodes: reorder, add iir_kinds_structural_statementTristan Gingold2022-04-291-9/+17