| Commit message (Expand) | Author | Age | Files | Lines |
* | synth: initialize variables with a static value. | Tristan Gingold | 2020-04-11 | 1 | -3/+8 |
* | synth: refactoring to store static values in wires. | Tristan Gingold | 2020-04-09 | 1 | -2/+2 |
* | synth: extract synth.objtypes from synth.values. | Tristan Gingold | 2020-04-09 | 1 | -0/+1 |
* | synth: handle configuration_specification. Fix #1197 | Tristan Gingold | 2020-04-06 | 1 | -0/+4 |
* | synth-decls: fix type range of enumerations. | Tristan Gingold | 2020-04-06 | 1 | -3/+3 |
* | synth: add value_memory and use it to store objects value. | Tristan Gingold | 2020-04-06 | 1 | -14/+27 |
* | synth: more cleanup (and use of valtyp). | Tristan Gingold | 2020-04-02 | 1 | -8/+9 |
* | synth: rework - use valtyp for expressions. | Tristan Gingold | 2020-04-02 | 1 | -85/+79 |
* | synth: use more Dim_Type. | Tristan Gingold | 2020-04-01 | 1 | -3/+3 |
* | synth: fix handling of subtype indication in object aliases for vhdl 2008. | Tristan Gingold | 2020-03-29 | 1 | -4/+8 |
* | synth: do not emit warning for unassigned but unused signals. | Tristan Gingold | 2020-03-28 | 1 | -5/+11 |
* | synth: improve propagation of errors. | Tristan Gingold | 2020-03-25 | 1 | -0/+7 |
* | synth: improve handling of aliases. | Tristan Gingold | 2020-03-25 | 1 | -39/+44 |
* | synth: handle package instantiation. Fix #1159 | Tristan Gingold | 2020-03-24 | 1 | -0/+19 |
* | synth: handle multiple constant declarations. Fix #1172 | Tristan Gingold | 2020-03-23 | 1 | -9/+18 |
* | synth: preliminary work for package instantiation. For #1159 | Tristan Gingold | 2020-03-23 | 1 | -3/+82 |
* | synth: do not crash immediately on access type. | Tristan Gingold | 2020-03-22 | 1 | -31/+40 |
* | synth: propagate more errors. | Tristan Gingold | 2020-03-14 | 1 | -0/+4 |
* | synth-decls: fix handling of record subtypes. | Tristan Gingold | 2020-02-29 | 1 | -1/+14 |
* | synth-decls: handle alias declaration without subtype indication. | Tristan Gingold | 2020-02-21 | 1 | -2/+7 |
* | synth-decls: set a default value to non-assigned signals. Fix #1107 | Tristan Gingold | 2020-02-05 | 1 | -1/+3 |
* | synth: handle deferred constants. Fix #1096 | Tristan Gingold | 2020-01-16 | 1 | -1/+1 |
* | synth-decls: add comments. | Tristan Gingold | 2020-01-16 | 1 | -0/+3 |
* | synth: remove wbound field of bound_type. | Tristan Gingold | 2020-01-13 | 1 | -2/+1 |
* | synth-decls: do subtype conversion for signal default value. | Tristan Gingold | 2020-01-12 | 1 | -0/+2 |
* | synth-decls: always initialize variables. Fix #1081 | Tristan Gingold | 2020-01-12 | 1 | -7/+2 |
* | synth: convert constant default value subtype. For #1080 | Tristan Gingold | 2020-01-12 | 1 | -0/+1 |
* | synth: simplify support of inertial associations. | Tristan Gingold | 2020-01-09 | 1 | -4/+6 |
* | synth: rework the sname API. | Tristan Gingold | 2019-11-28 | 1 | -1/+2 |
* | synth: initial support of access types. | Tristan Gingold | 2019-11-17 | 1 | -12/+17 |
* | synth: renames Is_Const to Is_Static. | Tristan Gingold | 2019-11-13 | 1 | -1/+1 |
* | synth: add support for file declarations. | Tristan Gingold | 2019-11-13 | 1 | -1/+6 |
* | synth-decls: Only emit unused warnings on signals (and | Tristan Gingold | 2019-11-11 | 1 | -4/+8 |
* | synth: initial support for file types. For #1004 | Tristan Gingold | 2019-11-11 | 1 | -2/+22 |
* | synth: initial support of access type. For #1004 | Tristan Gingold | 2019-11-11 | 1 | -2/+17 |
* | synth-decls: handle unassigned signal/object. For issue 65 | Tristan Gingold | 2019-11-07 | 1 | -14/+50 |
* | synth: do not create a value_const of a value_const. | Tristan Gingold | 2019-11-06 | 1 | -1/+5 |
* | synth: unshare default value of variables. Fix #1006 | Tristan Gingold | 2019-11-06 | 1 | -1/+1 |
* | synth: extract netlists-folds from netlists-builders. | Tristan Gingold | 2019-11-05 | 1 | -0/+1 |
* | synth: add value_const. | Tristan Gingold | 2019-10-20 | 1 | -1/+3 |
* | synth-decls: ignore use clauses. | Tristan Gingold | 2019-10-10 | 1 | -0/+2 |
* | synth: use synth.source for setting location. | Tristan Gingold | 2019-10-09 | 1 | -0/+1 |
* | synth: handle read-only aliases. Fix #973 | Tristan Gingold | 2019-10-08 | 1 | -1/+9 |
* | synth: handle subprograms in package body. | Tristan Gingold | 2019-10-08 | 1 | -0/+5 |
* | synth: handle package bodies. | Tristan Gingold | 2019-10-07 | 1 | -1/+16 |
* | synth: preliminary support for user packages. | Tristan Gingold | 2019-10-07 | 1 | -0/+33 |
* | synth: replace memidx2 by addidx; handle some 2d arrays. | Tristan Gingold | 2019-10-03 | 1 | -1/+4 |
* | synth: improve support of arrays or arrays. Fix #955 | Tristan Gingold | 2019-10-01 | 1 | -4/+3 |
* | synth: renaming and minor refactoring. | Tristan Gingold | 2019-09-30 | 1 | -4/+4 |
* | synth-decls: improve handling of subtype aliases for | Tristan Gingold | 2019-09-30 | 1 | -26/+42 |