aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-stmts.adb
Commit message (Expand)AuthorAgeFilesLines
* synth: handle non-static vectors in target aggregates. Fix #1277Tristan Gingold2020-05-041-18/+71
* synth: add comments.Tristan Gingold2020-05-041-0/+3
* synth: remove Global_Context (cleanup).Tristan Gingold2020-05-041-1/+1
* synth: reduce use of global context.Tristan Gingold2020-05-041-30/+42
* synth-stmts: unshare assigned value.Tristan Gingold2020-05-041-2/+3
* synth: minor refactoring for clean-up.Tristan Gingold2020-05-041-47/+2
* synth-stmts: reduce use of Build_Context.Tristan Gingold2020-05-041-37/+46
* synth-stmts: fix incorrect assumption for control logic.Tristan Gingold2020-05-041-5/+0
* synth-stmts: propagate constant values in case statements.Tristan Gingold2020-05-041-42/+102
* synth: partial refactoring to improve handling of controls in case statements.Tristan Gingold2020-05-041-8/+8
* synth: use tri_state_type for seq_assign_value.Tristan Gingold2020-05-041-1/+2
* synth: preliminary support of sequential assertions. For #1273Tristan Gingold2020-05-041-22/+93
* synth: use static values for control nets when possible.Tristan Gingold2020-05-021-80/+106
* synth-stmts: reduce use of global context.Tristan Gingold2020-05-011-13/+8
* synth-stmts: add use clause for netlists.gatesTristan Gingold2020-05-011-16/+11
* synth: propagate enable condition to expressions. For #1273Tristan Gingold2020-05-011-108/+152
* synth-stmts: add a missing location. Fix #1267Tristan Gingold2020-04-271-1/+4
* synth: add many calls to set_locationTristan Gingold2020-04-261-36/+61
* synth-stmts: add a limit to the number of iterations. Fix #1242Tristan Gingold2020-04-211-0/+11
* types: introduce Direction_Type, which replaces Iir_Direction.Tristan Gingold2020-04-201-6/+6
* synth: avoid a crash while assigning null wires. Fix #1251Tristan Gingold2020-04-201-1/+5
* synth: improve handling of nested memories. Fix #1250Tristan Gingold2020-04-201-70/+73
* synth-stmts: add comments.Tristan Gingold2020-04-191-1/+9
* synth-stmts: propagate errors. For #1243Tristan Gingold2020-04-181-18/+23
* netlists-expands: fix handling of non-consective extractions. Fix #1241Tristan Gingold2020-04-181-0/+1
* synth-stmts: print report message on assertion failure. Fix #1231Tristan Gingold2020-04-161-1/+20
* synth-stmts: handle null assignments. Fix #1230Tristan Gingold2020-04-161-0/+6
* synth: rework edge handling to properly support falling edge. Fix #1227Tristan Gingold2020-04-151-3/+1
* synth-stmts: propagate more errors.Tristan Gingold2020-04-131-0/+4
* synth-stmts: minor refactoring.Tristan Gingold2020-04-131-4/+5
* synth: refactoring to store static values in wires.Tristan Gingold2020-04-091-67/+81
* synth: fix a regression about target aggregate.Tristan Gingold2020-04-071-0/+12
* synth: check length for vector conversion. Fix #1199Tristan Gingold2020-04-061-2/+2
* synth-debugger: update, handle frame leave.Tristan Gingold2020-04-061-0/+4
* synth: add value_memory and use it to store objects value.Tristan Gingold2020-04-061-173/+86
* synth: more cleanup (and use of valtyp).Tristan Gingold2020-04-021-104/+111
* synth: rework - use valtyp for expressions.Tristan Gingold2020-04-021-179/+179
* synth: use more Dim_Type.Tristan Gingold2020-04-011-1/+1
* synth: improve support of vhdl2008 aggregate targets. Fix #1178Tristan Gingold2020-03-301-30/+72
* synth-stmts: handle return from a function without a return.Tristan Gingold2020-03-271-2/+3
* synth: improve fatal error propagation.Tristan Gingold2020-03-271-0/+4
* synth: handle slices in selected assignments.Tristan Gingold2020-03-261-6/+6
* synth-stmts: handle sequential assertions and report statements.Tristan Gingold2020-03-251-4/+96
* synth: improve propagation of errors.Tristan Gingold2020-03-251-10/+22
* synth: improve handling of aliases.Tristan Gingold2020-03-251-0/+2
* synth: handle package instantiation. Fix #1159Tristan Gingold2020-03-241-4/+12
* synth: handle multiple constant declarations. Fix #1172Tristan Gingold2020-03-231-1/+3
* synth-stmts: apply configuration to block statements. Fix #1170Tristan Gingold2020-03-231-0/+3
* synth-stmts: avoid crash for index in record. Fix #1163Tristan Gingold2020-03-201-8/+2
* synth: propagate more errors.Tristan Gingold2020-03-141-0/+4