aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-stmts.adb
Commit message (Expand)AuthorAgeFilesLines
* Synthesis of PSL prev function.Tristan Gingold2020-06-021-68/+0
* synth: use expanded name for assert labels. Fix #1314Tristan Gingold2020-05-161-8/+11
* synth-stmts: ignore choices with L/H/W/X/Z/-/U values.Tristan Gingold2020-05-151-6/+86
* synth-stmts: factorize code for assertion errors, use a level.Tristan Gingold2020-05-141-33/+22
* synth_stmts: handle ranges in case. Fix ghdl/ghdl-yosys-plugin#104Tristan Gingold2020-05-091-9/+53
* synth-stmts: refactoring for synth_choice.Tristan Gingold2020-05-091-85/+84
* synth-stmts: use pmux to implement case statements.Tristan Gingold2020-05-091-127/+127
* synth-stmts: improve support of nested memories.Tristan Gingold2020-05-071-4/+5
* synth: revert a previous commit: remove the En parameter.Tristan Gingold2020-05-061-127/+99
* synth: add support for sequential assertions. Fix #1273Tristan Gingold2020-05-061-9/+8
* synth: revert part of sequential assertion support. Fix #1285Tristan Gingold2020-05-051-76/+20
* 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