aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-expands.adb
Commit message (Expand)AuthorAgeFilesLines
* netlists-expands: do not try to clean input of dyn_extract. Fix #2142Tristan Gingold2022-07-271-5/+1
* synth: rework #2109 - remove null wiresTristan Gingold2022-06-271-23/+39
* update license headersumarcor2021-02-051-5/+3
* netlists-expands: remove memidx gates after expansion.Tristan Gingold2020-05-181-13/+28
* netlists-folds: add Build2_And, remove default location.Tristan Gingold2020-05-061-1/+1
* synth: add many calls to set_locationTristan Gingold2020-04-261-6/+23
* netlists-expands: fix handling of non-consective extractions. Fix #1241Tristan Gingold2020-04-181-2/+4
* netlists: handle more case of 0 sized nets.Tristan Gingold2020-03-131-0/+5
* synth: handle memories in inout variable parameter.Tristan Gingold2020-03-101-2/+6
* netlists-expands: fix dyn_insert_en (en was missing). Fix #1155Tristan Gingold2020-03-071-1/+2
* synth: rework (again) memory inference.Tristan Gingold2020-02-101-2/+2
* netlists-expands: also handle ror.Tristan Gingold2020-01-301-7/+24
* synth: improve support of 0-width nets and gates. Fix #1113Tristan Gingold2020-01-251-1/+0
* netlists: expand dyn_insert_enTristan Gingold2019-11-111-4/+17
* netlists-expands: handle gaps.Tristan Gingold2019-11-111-12/+12
* synth: extract netlists-folds from netlists-builders.Tristan Gingold2019-11-051-0/+1
* netlists-expands: expand rol.Tristan Gingold2019-11-031-0/+30
* netlists-expands: rewrite generate_muxes.Tristan Gingold2019-11-031-24/+102
* netlists-expands: use a safe walk.Tristan Gingold2019-11-031-1/+3
* netlits: fix memidx order.Tristan Gingold2019-11-011-38/+49
* netlists-expands: expand dyn_insertTristan Gingold2019-11-011-42/+171
* netlists-expands: handle 2d arrays.Tristan Gingold2019-10-281-83/+72
* synth: adjust computation of max for dyn_extract.Tristan Gingold2019-10-281-2/+2
* netlists-expand: truncate address if needed.Tristan Gingold2019-10-271-0/+10
* netlists: add code to expand dyn_extract gates (WIP).Tristan Gingold2019-10-271-0/+222