aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-gates.ads
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* synth: add ule, fix gate number.Tristan Gingold2019-06-301-29/+29
* synth: disp_vhdl: handle mux2Tristan Gingold2019-06-281-0/+4
* synth: add get_input_net helper.Tristan Gingold2019-06-281-1/+7
* synth: add syn_extract for dynamic slices.Tristan Gingold2019-06-281-1/+2
* synth: add insert gate.Tristan Gingold2019-06-241-0/+10
* synth: use only one edge gate, make it fully abstract. Handle falling_edge.Tristan Gingold2019-05-221-5/+4
* synth: add comments.Tristan Gingold2019-04-161-3/+13
* Add netlist generation infrastructure.Tristan Gingold2017-01-311-0/+114