aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-stmts.adb
Commit message (Expand)AuthorAgeFilesLines
* 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
* synth: factorize code, move value2logvec to synth-expr.Tristan Gingold2019-11-281-114/+24
* synth: rework the sname API.Tristan Gingold2019-11-281-9/+9
* synth-stmts: handle case statement for static arrays. Fix #1035Tristan Gingold2019-11-271-1/+39
* synth: rework static calls and loops. Fix #1034.Tristan Gingold2019-11-271-75/+319
* synth-stmts: fix warnings.Tristan Gingold2019-11-221-4/+0
* synth: support discrete static case statement.Tristan Gingold2019-11-221-5/+81
* synth: infrastructure for debugger.Tristan Gingold2019-11-201-0/+4
* synth-stmts: handle return in loop statement.Tristan Gingold2019-11-171-4/+13
* synth: handle dereference.Tristan Gingold2019-11-171-2/+4
* synth: add traces for debugging.Tristan Gingold2019-11-171-0/+19
* synth-stmts: improve support of exit statement (static case).Tristan Gingold2019-11-171-2/+20
* synth: initial support of access types.Tristan Gingold2019-11-171-0/+13
* synth: handle subprogram back associations for whole associations.Tristan Gingold2019-11-161-80/+82
* synth: handle untruncated_text_read.Tristan Gingold2019-11-161-58/+75
* synth-stmts: preliminary work for implicit procedure calls.Tristan Gingold2019-11-151-2/+11
* synth: preliminary work to support intrinsic procedures.Tristan Gingold2019-11-141-10/+13
* synth: add some support for access types.Tristan Gingold2019-11-131-5/+11
* synth: renames Is_Const to Is_Static.Tristan Gingold2019-11-131-7/+7
* synth: do not consider impure procedure as static.Tristan Gingold2019-11-131-0/+6
* synth: improve support of integer literals (with aTristan Gingold2019-11-131-1/+2
* synth: introduce synth-static_oper.Tristan Gingold2019-11-131-2/+8
* synth-stmts: handle constant exit in for-loops.Tristan Gingold2019-11-131-0/+4
* synth: add support for interface file.Tristan Gingold2019-11-131-1/+3
* synth: create const default values, adjust assign_value.Tristan Gingold2019-11-121-2/+4
* synth-stmts: improve support of consts inTristan Gingold2019-11-121-0/+2
* synth-stmts: return sub arrays/records forTristan Gingold2019-11-121-7/+13
* synth-stmts: better support of constants (indexed andTristan Gingold2019-11-121-5/+36
* synth: file support (WIP).Tristan Gingold2019-11-121-1/+1
* synth: merge partial assignments before merging phis.Tristan Gingold2019-11-111-1/+1
* synth: handle record assignment for variables. Fix #1011Tristan Gingold2019-11-061-0/+4
* synth-stmts: rewrite target_info to clarify memoryTristan Gingold2019-11-051-18/+56
* synth: add support for inout variable interfaces.Tristan Gingold2019-11-011-3/+3
* synth: handle nested if generate statements.Tristan Gingold2019-11-011-21/+27
* synth: handle attributes in vunit.Tristan Gingold2019-10-301-1/+86
* netlists: change Loc parameter of synth_case.Tristan Gingold2019-10-271-2/+4
* netlists-butils: extract synth_case from synth.stmts.Tristan Gingold2019-10-261-149/+9
* synth: handle concurrent signal assignment in vunits.Tristan Gingold2019-10-251-83/+89
* synth: add support for declarations in vunits.Tristan Gingold2019-10-231-4/+24