aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-stmts.adb
Commit message (Expand)AuthorAgeFilesLines
* 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
* synth-stmts: strip const in if statement.Tristan Gingold2020-03-131-0/+1
* synth: propagate more errors.Tristan Gingold2020-03-131-0/+4
* psl: keep denoting names in the PSL ast.Tristan Gingold2020-03-131-4/+3
* synth: improve error message.Tristan Gingold2020-03-111-1/+1
* synth: improve error handling.Tristan Gingold2020-03-111-26/+54
* synth: handle memories in inout variable parameter.Tristan Gingold2020-03-101-12/+18
* synth-stmts: handle conditional assignment without elseTristan Gingold2020-03-101-1/+13
* synthesis: handle slice of dynamic array.Tristan Gingold2020-03-091-4/+1
* synthesis: handle array in record.Tristan Gingold2020-03-091-8/+1
* synth-stmts: do not limit to 32 state bits for PSLTristan Gingold2020-03-091-1/+0
* synth: handle user-defined operator call.Tristan Gingold2020-03-081-97/+185
* synth-stmts: handle constant if statements.Tristan Gingold2020-03-071-0/+1
* synth: allow constant condition for if-generate statement.Tristan Gingold2020-02-171-0/+1
* synth: convert subtype on return. Fix #1116Tristan Gingold2020-01-261-1/+1
* synth: handle function call in names. Fix #1114Tristan Gingold2020-01-251-0/+6
* synth-stmts: allow slice within a record element. Fix #1100.Tristan Gingold2020-01-191-4/+0
* synth: remove wbound field of bound_type.Tristan Gingold2020-01-131-3/+1
* synth: handle constants in assignments. Fix for #1080Tristan Gingold2020-01-121-1/+1
* synth: fix crash on else-generate. Fix #1076Tristan Gingold2020-01-111-3/+10
* synth: emit an error in case of static assertion failure. Fix #1068Tristan Gingold2020-01-091-1/+1
* synth: improve support of out/inout variable parameters.Tristan Gingold2020-01-081-8/+66
* synth: handle scalar inout association for subprograms. Fix #1064Tristan Gingold2020-01-021-0/+2
* vhdl: improve support of AMS-vhdl (array and record natures, source quantities)Tristan Gingold2019-12-281-0/+4
* synth: add set_location_maybe (for roms).Tristan Gingold2019-12-051-2/+3
* synth-stmts: unapply configuration. Fix #1047Tristan Gingold2019-11-301-0/+2