aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-stmts.adb
Commit message (Expand)AuthorAgeFilesLines
...
* synth-stmts: improve support for associations in function calls.Tristan Gingold2019-10-131-19/+92
* Show error on wait without condition (#976)Pepijn de Vos2019-10-131-0/+4
* synth: set name on generate statements.Tristan Gingold2019-10-091-5/+14
* synth: use synth.source for setting location.Tristan Gingold2019-10-091-0/+3
* synth: improve support of procedure calls.Tristan Gingold2019-10-081-20/+25
* synth: handle case statement on bit vectors.Tristan Gingold2019-10-071-0/+23
* synth: handle package bodies.Tristan Gingold2019-10-071-0/+1
* synth: add support for concurrent procedure calls. Fix #969Tristan Gingold2019-10-071-3/+7
* synth: propagate assignments out of subprograms. Fix #960Tristan Gingold2019-10-061-2/+9
* synth: revert patch on synth_subprogram_association.Tristan Gingold2019-10-061-5/+3
* synth: handle subtypes in components. Fix #970Tristan Gingold2019-10-061-4/+6
* netlists: remove renaming of Get_Parent for Net.Tristan Gingold2019-10-061-4/+4
* synth: fix selected signal assignment (use basetype).Tristan Gingold2019-10-051-1/+1
* synth: support block declarations.Tristan Gingold2019-10-051-2/+16
* synth: minimal support for blocks. Fix #965Tristan Gingold2019-10-051-0/+17
* synth: preliminary work to support procedure calls.Tristan Gingold2019-10-041-118/+200
* synth: factorize code to read memories.Tristan Gingold2019-10-041-4/+26
* synth: factorize code for synth_target.Tristan Gingold2019-10-031-86/+24
* synth: replace memidx2 by addidx; handle some 2d arrays.Tristan Gingold2019-10-031-22/+52
* synth: rework synth_target.Tristan Gingold2019-10-021-26/+19
* synth: simplify dyn_insert.Tristan Gingold2019-10-021-3/+2
* synth: refactoring for memidx1.Tristan Gingold2019-10-021-8/+15
* synth: introduce memidx1Tristan Gingold2019-10-021-8/+3
* synth: fix in extract_merge_partial_assigns.Tristan Gingold2019-10-011-3/+5
* synth: improve support of arrays or arrays. Fix #955Tristan Gingold2019-10-011-6/+5
* synth: handle while-loop statement.Tristan Gingold2019-09-301-0/+39
* synth: special handling of 'const' functions.Tristan Gingold2019-09-301-2/+32
* synth: slice: avoid crash in case of incorrect slice.Tristan Gingold2019-09-301-4/+4
* synth: refactoring of alias (allow alias of anything).Tristan Gingold2019-09-301-22/+23
* synth: add support of alias of alias. Fix #945Tristan Gingold2019-09-281-0/+8
* synth-stmts: simple optimization for loop control logic.Tristan Gingold2019-09-281-10/+19
* synth: finalize declarations and free wires.Tristan Gingold2019-09-271-7/+33
* synth-stmts: allow slice as case expression.Tristan Gingold2019-09-251-1/+1
* synth: fixes after previous patch.Tristan Gingold2019-09-251-1/+1
* synth: rework type for expression.Tristan Gingold2019-09-251-56/+139
* synth: handle subtype conversions on interfaces.Tristan Gingold2019-09-221-4/+2
* synth: preliminary work for subtype conversions on interfaces.Tristan Gingold2019-09-221-4/+9
* synth: handle exit/next statements.Tristan Gingold2019-09-221-5/+179
* synth: remove T_En from Seq_Context.Tristan Gingold2019-09-211-25/+19
* synth: add bit0/bit1 in instance.Tristan Gingold2019-09-211-6/+3
* synth: rename get/set_module for instances.Tristan Gingold2019-09-201-2/+0
* synth-context: get rid off Set_Block_Scope.Tristan Gingold2019-09-201-8/+4
* synth: make synth_instance_type private.Tristan Gingold2019-09-191-14/+18
* synth: Add support for PSL cover directive (#930)T. Meissner2019-09-191-0/+20
* synth: improve locations tracking.Tristan Gingold2019-09-181-3/+4
* synth: remove value_mux2.Tristan Gingold2019-09-181-16/+26
* synth-stmts: fix uninitialized variable.Tristan Gingold2019-09-131-1/+9
* synth: initialize subprogram variables.Tristan Gingold2019-09-131-1/+1
* synth: improve support of return statement.Tristan Gingold2019-09-111-14/+86
* synth: introduce Seq_Context.Tristan Gingold2019-09-111-68/+62