aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_stmts.adb
Commit message (Expand)AuthorAgeFilesLines
* synth: improve handling of complex typesTristan Gingold2022-09-151-1/+1
* synth: handle vhdl-87 filesTristan Gingold2022-09-151-0/+6
* synth-vhdl_stmts: handle attribute names in expressionsTristan Gingold2022-09-141-1/+3
* simul: do not consider signal parameters as dynamic valuesTristan Gingold2022-09-121-1/+3
* synth: improve handling of top-level interfaces subtypeTristan Gingold2022-09-111-3/+4
* synth: initialize out parameters of proceduresTristan Gingold2022-09-111-2/+9
* synth: fix and add checks for memory management.Tristan Gingold2022-09-101-45/+136
* simul: add support for protected objectsTristan Gingold2022-09-081-10/+75
* elab-vhdl_values: factorize codeTristan Gingold2022-09-071-2/+2
* synth-vhdl_stmts: fix handling of copyback parametersTristan Gingold2022-09-071-6/+19
* simul: add an hook to display report/assert messageTristan Gingold2022-09-061-32/+68
* synth: use areapoolsTristan Gingold2022-09-021-14/+70
* synth: factorize code for tracing statements executionTristan Gingold2022-09-021-13/+2
* synth: factorize code for synth_subtype_conversionTristan Gingold2022-08-211-9/+8
* simul-vhdl_simul: add support for PSL directivesTristan Gingold2022-08-201-20/+16
* simul: handle resolved signals (WIP)Tristan Gingold2022-08-191-6/+30
* synth: handle assignment to record aggregateTristan Gingold2022-08-141-29/+102
* synth-vhdl_expr: add support for branch quantitiesTristan Gingold2022-07-281-0/+1
* synth: add hook for dot attributeTristan Gingold2022-07-241-2/+5
* synth-environment: add Loc parameter to Add_Conc_AssignTristan Gingold2022-07-111-1/+1
* synth-vhdl_stmts: fix handling of instantiated subprogramsTristan Gingold2022-06-061-1/+3
* synth-vhdl_stmts: handle alias in assignment expressionTristan Gingold2022-06-061-2/+1
* synth-vhdl_stmts: do not convert out variable on callTristan Gingold2022-05-311-3/+8
* synth-vhdl_stmts: export Synth_Subprogram_Back_AssociationTristan Gingold2022-05-311-7/+10
* synth-vhdl_stmts: export two procedures, adjust assertion messageTristan Gingold2022-05-291-5/+6
* synth: move procedure call copyback values in contextTristan Gingold2022-05-251-69/+25
* vhdl: move Is_Copyback_Parameter to vhdl-utilsTristan Gingold2022-05-251-12/+2
* synth: add value_dyn_alias in elab-vhdl_valuesTristan Gingold2022-05-251-66/+125
* elab-vhdl_objtypes: use value_offsets for record elements offset.Tristan Gingold2022-05-241-4/+1
* synth-vhdl_stmts: minor refactoringTristan Gingold2022-05-241-12/+23
* synth-vhdl_stmts: rework synth_subprogram_associationTristan Gingold2022-05-231-35/+35
* synth: use same elements for unbounded arrays and vectorsTristan Gingold2022-05-221-4/+4
* synth: merge value for type_vector and type_arrayTristan Gingold2022-05-221-2/+2
* synth: use unidimentional arrays in type_acc. Factorize code.Tristan Gingold2022-05-221-2/+4
* synth-vhdl_stmts: write generic procedure Assign_Aggregate.Tristan Gingold2022-05-211-14/+16
* synth-vhdl_stmts: avoid a crash after an error. Fix #2063Tristan Gingold2022-05-181-1/+4
* synth-vhdl_stmts: add comments about report statementsTristan Gingold2022-05-181-5/+51
* synth-vhdl_stmts: add a commentTristan Gingold2022-05-171-0/+2
* fix: avoid "pragma Unreferenced given" warnings with GCC 12Xiretza2022-05-141-1/+1
* synth-vhdl_stmts: export synth_targetTristan Gingold2022-05-121-35/+0
* synth: add a flag to force creation of variablesTristan Gingold2022-05-111-2/+1
* synth: add current_stmt, minor reworkTristan Gingold2022-05-091-61/+64
* synth-vhdl_stmts: handle static evaluation for cond variable assignmentTristan Gingold2022-04-281-18/+53
* synth-vhdl_stmts: add implicit conversion for cond assignmentTristan Gingold2022-04-271-0/+5
* synth-vhdl_stmts: check subtype compatibility for scalar signal assoc.Tristan Gingold2022-04-151-1/+58
* synth: do not emit a warning for the gclk attribute. Fix #2035Tristan Gingold2022-04-131-1/+2
* synth: handle type declarations in vunit. Fix #2034Tristan Gingold2022-04-131-11/+15
* synth: add support for subtype declaration in vunits. Fix #2033Tristan Gingold2022-04-131-2/+4
* synth-vhdl_stmts: emit an error message on missing return. Fix #2019Tristan Gingold2022-04-061-1/+3
* synth: add debug_btTristan Gingold2022-03-081-0/+1