aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_stmts.adb
Commit message (Expand)AuthorAgeFilesLines
* synth: add partial support of foreign subprogramsTristan Gingold2023-01-201-2/+3
* synth: emit an error message on foreign subprogram callsTristan Gingold2023-01-161-0/+11
* synth: handle invididual assoc with unbounded formalsTristan Gingold2023-01-161-6/+130
* synth: more refactoringTristan Gingold2023-01-141-13/+11
* synth: improve error propagation on slicesTristan Gingold2023-01-141-2/+6
* synth-vhdl_stmts: introduce synth_individual_formalTristan Gingold2023-01-141-18/+107
* synth-vhdl_stmts: refactoringTristan Gingold2023-01-141-103/+131
* synth: handle protected functions in conversion functionsTristan Gingold2023-01-121-6/+13
* synth: handle operator as conversion functionTristan Gingold2023-01-121-1/+13
* simul: improve assertion messages for pslTristan Gingold2023-01-111-23/+30
* synth: fix memory allocation in predefined function callsTristan Gingold2023-01-101-1/+3
* synth: handle indexes in arrays conversionTristan Gingold2023-01-101-8/+17
* synth: improve support of individual association for subprogramsTristan Gingold2023-01-091-1/+2
* synth-vhdl_stmts: handle indexes in image attributeTristan Gingold2023-01-091-5/+8
* synth: fix handling of formal slices in individual associationsTristan Gingold2023-01-091-2/+4
* synth: use same error message for null access as simulationTristan Gingold2023-01-061-1/+1
* synth: detect null access dereference, fix offset.Tristan Gingold2023-01-041-3/+12
* synth: check length of selector in case statementTristan Gingold2023-01-041-0/+4
* synth: fix handling of target aggregate in conditional variable assignmentTristan Gingold2023-01-041-3/+4
* synth: elaborate case generate statementsTristan Gingold2023-01-011-16/+18
* synth: add statement in context, adjust path/instance name attributesTristan Gingold2022-12-311-3/+4
* synth: add value_sig_val to handle individual signal associationsTristan Gingold2022-12-261-19/+15
* synth-vhdl_stmts(Aggregate_Array_Extract): fix offset for vector extractionTristan Gingold2022-12-261-1/+2
* synth: handle element in target aggregate. Fix #2279Tristan Gingold2022-12-221-3/+7
* synth: factorize code (Exec_Name_Subtype). Fix #2273Tristan Gingold2022-12-181-1/+1
* synth-vhdl_stmts: handle impure functions.Tristan Gingold2022-12-161-1/+8
* synth: avoid a crash on signal assignment in non-sensitized process.Tristan Gingold2022-11-141-2/+9
* Added id to warnings related to attributes. (#2242)cderrien2022-11-081-1/+5
* synth: extract elab-vhdl_utils from synth-vhdl_stmts.Tristan Gingold2022-10-181-142/+8
* synth-vhdl_stmts(synth_verification_unit): always set instance_pool.Tristan Gingold2022-10-131-1/+3
* simul: signal attributes in actualsTristan Gingold2022-10-061-2/+4
* simul: complete concurrent procedure callsTristan Gingold2022-10-061-0/+5
* synth: avoid crash on invalid hdl in psl. Fix #2204Tristan Gingold2022-10-031-4/+9
* synth: improve error recoveryTristan Gingold2022-10-021-0/+3
* synth-vhdl_stmts: handle passive process. Fix ghdl/ghdl-yosys-plugin#174Tristan Gingold2022-10-021-18/+204
* synth: factorize codeTristan Gingold2022-09-301-8/+1
* synth: handle guard signal in expressionsTristan Gingold2022-09-281-0/+1
* synth: handle null-range loopsTristan Gingold2022-09-281-14/+23
* synth: handle names in record aggregate targetsTristan Gingold2022-09-281-0/+12
* synth: handle array target aggregateTristan Gingold2022-09-271-2/+6
* synth: handle attributes in configurationsTristan Gingold2022-09-261-0/+1
* synth: rework error procedure, always pass the instanceTristan Gingold2022-09-251-21/+24
* synth-vhdl_stmts: fix missing newline in default assertion messagesTristan Gingold2022-09-251-3/+3
* synth: handle default expression for IN variables in assocsTristan Gingold2022-09-251-4/+10
* synth: handle selected names in targetsTristan Gingold2022-09-251-1/+2
* synth: handle individual subprogram associations for expressionsTristan Gingold2022-09-251-55/+61
* synth: rework association conversionsTristan Gingold2022-09-251-28/+59
* synth-vhdl_stmts: rework for subprogram associations (WIP)Tristan Gingold2022-09-251-57/+36
* synth-vhdl_stmts: support of individual paramater associations (WIP)Tristan Gingold2022-09-251-106/+236
* synth-vhdl_stmts: refactore synth_subprogram_associationsTristan Gingold2022-09-251-49/+52