aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-builders.adb
Commit message (Expand)AuthorAgeFilesLines
...
* synth: introduce memidx1Tristan Gingold2019-10-021-8/+6
* netlists: add memidx1 and memidx2 gates.Tristan Gingold2019-10-021-0/+77
* synth: add support for integer rem.Tristan Gingold2019-10-011-0/+3
* synth: improve support of arrays or arrays. Fix #955Tristan Gingold2019-10-011-4/+4
* synth: improve support of * and /. Fix #953Tristan Gingold2019-09-301-0/+6
* synth: add support for mod operator.Tristan Gingold2019-09-281-2/+7
* synth: rework type for expression.Tristan Gingold2019-09-251-1/+3
* synth: handle rotate.Tristan Gingold2019-09-221-10/+14
* synth: Add support for PSL cover directive (#930)T. Meissner2019-09-191-3/+20
* synth: remove value_mux2.Tristan Gingold2019-09-181-3/+5
* synth: add build2_const_vecTristan Gingold2019-09-151-0/+18
* synth: allow empty string literal.Tristan Gingold2019-09-121-1/+0
* synth: handle unsigned shift left.Tristan Gingold2019-09-111-0/+26
* synth: add const_x gate.Tristan Gingold2019-09-111-0/+18
* synth: add const_sb32, add smul/umul.Tristan Gingold2019-09-071-2/+53
* synth: remove insert gate.Tristan Gingold2019-08-311-38/+0
* synth: improve synth_uresize.Tristan Gingold2019-08-311-1/+22
* synth: add support for record types.Tristan Gingold2019-08-291-0/+10
* synth: set name to assert/assume gates.Tristan Gingold2019-08-201-4/+17
* synth: set location on assume/assert gates.Tristan Gingold2019-08-201-2/+4
* synth: handle signed integer comparisons (#878)Pepijn de Vos2019-08-011-0/+10
* synth: add support for memories.Tristan Gingold2019-07-291-1/+43
* synth: remove bounds (unused) for ports.Tristan Gingold2019-07-221-4/+2
* synth: rework names.Tristan Gingold2019-07-221-2/+3
* synth: add concatn gateTristan Gingold2019-07-191-0/+24
* synth: add const_z gate.Tristan Gingold2019-07-191-2/+21
* synth: add > and >= operators (#870)Pepijn de Vos2019-07-161-0/+5
* synth: add Id_Port gate to improve display.Tristan Gingold2019-07-101-3/+21
* netlists: export new_internal_name.Tristan Gingold2019-07-041-4/+10
* netlists: allow to build idff without a connected D.Tristan Gingold2019-07-041-3/+5
* netlists: add reduce_or/reduce_and gates.Tristan Gingold2019-07-041-0/+16
* netlists: add assume gate.Tristan Gingold2019-07-041-3/+22
* synth: handle concurrent assertions.Tristan Gingold2019-07-021-0/+21
* synth: fix Idff; fix 'edge and enable'.Tristan Gingold2019-07-021-1/+1
* synth: add dyn_insert module.Tristan Gingold2019-07-011-4/+47
* netlists: fix pasto in builders.Tristan Gingold2019-07-011-1/+1
* synth: add types_utils package.Tristan Gingold2019-07-011-0/+1
* synth: add ule, fix gate number.Tristan Gingold2019-06-301-0/+5
* synth: add syn_extract for dynamic slices.Tristan Gingold2019-06-281-3/+46
* synth: add insert gate.Tristan Gingold2019-06-241-0/+38
* synth: handle ult comparison.Tristan Gingold2019-06-231-0/+3
* synth: added support for numeric_std unary negationChristos Gentsos2019-06-061-0/+2
* synth: use only one edge gate, make it fully abstract. Handle falling_edge.Tristan Gingold2019-05-221-15/+5
* synth: add adff, iadff.Tristan Gingold2019-04-161-0/+65
* synth: support nand, nor, xnor.Tristan Gingold2017-02-261-0/+7
* Add netlist generation infrastructure.Tristan Gingold2017-01-311-0/+649