aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-gates.ads
Commit message (Expand)AuthorAgeFilesLines
* synth: preliminary support of multiport rams (using shared variable).Tristan Gingold2020-03-281-0/+3
* netlists-gates: improve comments.Tristan Gingold2020-03-261-1/+4
* synth: add id_inout gate to handle inout behaviour. Fir #1166Tristan Gingold2020-03-231-0/+12
* synth-disp_vhdl: do not wrap inout ports. For #1166Tristan Gingold2020-03-221-0/+1
* netlists: add id_nop gate.Tristan Gingold2020-03-221-0/+3
* synth: handle numeric_std minimum/maximum. Fix #1168Tristan Gingold2020-03-211-44/+48
* synthesis: handle initialized output ports.Tristan Gingold2020-03-071-7/+9
* netlists: add midffTristan Gingold2020-02-201-0/+8
* synth: add mdff.Tristan Gingold2020-02-171-0/+8
* synth: add id_abs gate. For #1101Tristan Gingold2020-01-201-10/+11
* netlists-disp_vhdl: display iadff.Tristan Gingold2019-12-311-6/+13
* synth: add minor comments.Tristan Gingold2019-12-231-0/+2
* synth: add Get_Input_Instance.Tristan Gingold2019-12-141-0/+2
* netlists-gates: add comments.Tristan Gingold2019-12-051-3/+13
* netlists-gates: add comments.Tristan Gingold2019-11-111-0/+3
* netlists: add more support for dyn_insert_enTristan Gingold2019-11-111-0/+3
* netlists: add dyn_insert_en gate.Tristan Gingold2019-11-111-17/+21
* netlists-expands: expand dyn_insertTristan Gingold2019-11-011-0/+3
* netlists: add formal input gates.Tristan Gingold2019-10-301-0/+8
* synth: generate cover for assertion precedent.Tristan Gingold2019-10-211-0/+4
* synth: add netlists-memories to extract memories. Still WIP.Tristan Gingold2019-10-171-0/+1
* netlists: declare memory gates.Tristan Gingold2019-10-151-0/+36
* netlists: rename id_memidx1 to id_memidxTristan Gingold2019-10-031-1/+1
* synth: replace memidx2 by addidx; handle some 2d arrays.Tristan Gingold2019-10-031-2/+2
* synth: simplify dyn_insert.Tristan Gingold2019-10-021-1/+1
* synth: simplify id_dyn_extract.Tristan Gingold2019-10-021-1/+1
* synth: introduce memidx1Tristan Gingold2019-10-021-1/+1
* netlists: add memidx1 and memidx2 gates.Tristan Gingold2019-10-021-4/+10
* netlists-disp_vhdl: handle Const_Log, add comments, fix assertion.Tristan Gingold2019-10-021-0/+3
* synth: add support for integer rem.Tristan Gingold2019-10-011-1/+2
* synth: improve support of * and /. Fix #953Tristan Gingold2019-09-301-2/+4
* synth: add support for mod operator.Tristan Gingold2019-09-281-20/+22
* synth: handle rotate.Tristan Gingold2019-09-221-26/+34
* synth: use constant for constant values.Tristan Gingold2019-09-211-0/+2
* synth: Add support for PSL cover directive (#930)T. Meissner2019-09-191-0/+1
* synth-inference: detect false loop.Tristan Gingold2019-09-171-0/+2
* synth: minor refactoring about const gates.Tristan Gingold2019-09-151-0/+9
* synth: handle unsigned shift left.Tristan Gingold2019-09-111-53/+57
* synth: add const_x gate.Tristan Gingold2019-09-111-0/+1
* synth: add const_sb32, add smul/umul.Tristan Gingold2019-09-071-2/+4
* synth: remove insert gate.Tristan Gingold2019-08-311-7/+0
* synth: remove unused const gates.Tristan Gingold2019-08-301-7/+2
* synth: add support for memories.Tristan Gingold2019-07-291-1/+5
* synth: add concatn gateTristan Gingold2019-07-191-0/+3
* synth: add const_z gate.Tristan Gingold2019-07-191-0/+2
* synth: add Id_Port gate to improve display.Tristan Gingold2019-07-101-23/+24
* netlists: add reduce_or/reduce_and gates.Tristan Gingold2019-07-041-0/+2
* netlists: add assume gate.Tristan Gingold2019-07-041-0/+1
* synth: handle concurrent assertions.Tristan Gingold2019-07-021-0/+3
* synth: add dyn_insert module.Tristan Gingold2019-07-011-4/+10