| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | synth: renames Is_Const to Is_Static. | Tristan Gingold | 2019-11-13 | 1 | -23/+23 |
* | synth-expr: handle static values in | Tristan Gingold | 2019-11-13 | 1 | -0/+7 |
* | synth-expr: reshape: handle consts. | Tristan Gingold | 2019-11-12 | 1 | -0/+2 |
* | synth: file support (WIP). | Tristan Gingold | 2019-11-12 | 1 | -2/+4 |
* | netlists: optimize trunc. | Tristan Gingold | 2019-11-11 | 1 | -3/+2 |
* | synth: initial support for file types. For #1004 | Tristan Gingold | 2019-11-11 | 1 | -0/+2 |
* | synth: initial support of access type. For #1004 | Tristan Gingold | 2019-11-11 | 1 | -0/+2 |
* | synth: also handle or short-circuit. For #1005 | Tristan Gingold | 2019-11-07 | 1 | -14/+35 |
* | synth: handle short-circuit and. Fix #1005 | Tristan Gingold | 2019-11-06 | 1 | -9/+38 |
* | synth: handle edge operators in synth_predefined_function_call. | Tristan Gingold | 2019-11-06 | 1 | -26/+1 |
* | synth-expr: do subtype conversion in fill_record_aggregate. Fix #1009 | Tristan Gingold | 2019-11-06 | 1 | -1/+2 |
* | synth: do more constant propagation (on build2 | Tristan Gingold | 2019-11-05 | 1 | -41/+9 |
* | synth: extract netlists-folds from netlists-builders. | Tristan Gingold | 2019-11-05 | 1 | -1/+2 |
* | synth-expr: allow constants in discrete range | Tristan Gingold | 2019-11-04 | 1 | -0/+2 |
* | synth-expr: handle vhdl 2008 aggregates (partially). | Tristan Gingold | 2019-11-04 | 1 | -43/+120 |
* | synth: cap max in synth_slice_suffix | Tristan Gingold | 2019-11-03 | 1 | -1/+8 |
* | synth: add support for inout variable interfaces. | Tristan Gingold | 2019-11-01 | 1 | -0/+1 |
* | synth: adjust computation of max for dyn_extract. | Tristan Gingold | 2019-10-28 | 1 | -2/+6 |
* | synth-expr (synth_slice_suffix): compute max value for slices. | Tristan Gingold | 2019-10-27 | 1 | -1/+4 |
* | synth: fixes for value_const. | Tristan Gingold | 2019-10-20 | 1 | -0/+6 |
* | synth: add value_const. | Tristan Gingold | 2019-10-20 | 1 | -0/+1 |
* | synth: add more locations. | Tristan Gingold | 2019-10-20 | 1 | -0/+1 |
* | synth: handle overflow literal. | Tristan Gingold | 2019-10-15 | 1 | -0/+9 |
* | synth-expr: handle any discrete_range in aggregate choices. | Tristan Gingold | 2019-10-15 | 1 | -1/+2 |
* | synth: handle constants for condition operator. | Tristan Gingold | 2019-10-13 | 1 | -0/+4 |
* | synth-expr: handle integer type conversion. | Tristan Gingold | 2019-10-13 | 1 | -1/+4 |
* | synth-expr: handle range array attribute in slices. | Tristan Gingold | 2019-10-13 | 1 | -42/+74 |
* | synth: remove synth-types | Tristan Gingold | 2019-10-10 | 1 | -11/+12 |
* | synth: use synth.source for setting location. | Tristan Gingold | 2019-10-09 | 1 | -13/+2 |
* | synth: fix mul sgn sgn width. | Tristan Gingold | 2019-10-08 | 1 | -0/+1 |
* | netlists: remove renaming of Get_Parent for Net. | Tristan Gingold | 2019-10-06 | 1 | -5/+5 |
* | synth: factorize code to read memories. | Tristan Gingold | 2019-10-04 | 1 | -70/+14 |
* | synth-oper: convert type of unary operation operand. | Tristan Gingold | 2019-10-03 | 1 | -1/+1 |
* | netlists: rename id_memidx1 to id_memidx | Tristan Gingold | 2019-10-03 | 1 | -3/+3 |
* | synth: remove unused wlen field of bound_type. | Tristan Gingold | 2019-10-03 | 1 | -3/+0 |
* | synth: simplify id_dyn_extract. | Tristan Gingold | 2019-10-02 | 1 | -3/+2 |
* | synth: refactoring for memidx1. | Tristan Gingold | 2019-10-02 | 1 | -22/+25 |
* | synth: introduce memidx1 | Tristan Gingold | 2019-10-02 | 1 | -7/+4 |
* | synth: handle string subtype defined by a port. Fix #958 | Tristan Gingold | 2019-10-01 | 1 | -3/+15 |
* | synth: fix a crash on choice by range for aggregate. | Tristan Gingold | 2019-10-01 | 1 | -1/+2 |
* | synth: handle selected element of const record. | Tristan Gingold | 2019-10-01 | 1 | -5/+8 |
* | synth: improve support of arrays or arrays. Fix #955 | Tristan Gingold | 2019-10-01 | 1 | -27/+73 |
* | synth: handle range defined by high/low attributes. Fix #956 | Tristan Gingold | 2019-09-30 | 1 | -2/+2 |
* | synth-expr: minor factorisation. | Tristan Gingold | 2019-09-30 | 1 | -25/+19 |
* | synth: special handling of 'const' functions. | Tristan Gingold | 2019-09-30 | 1 | -1/+2 |
* | synth: refactoring of alias (allow alias of anything). | Tristan Gingold | 2019-09-30 | 1 | -1/+1 |
* | synth: handle slice with index from a record. | Tristan Gingold | 2019-09-30 | 1 | -5/+15 |
* | synth: introduce type_logic | Tristan Gingold | 2019-09-29 | 1 | -2/+7 |
* | synth: handle alias for reshape. | Tristan Gingold | 2019-09-26 | 1 | -0/+2 |
* | synth: do subtype conversion for expression at calls. | Tristan Gingold | 2019-09-26 | 1 | -4/+2 |