aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists.ads
Commit message (Expand)AuthorAgeFilesLines
* netlists: rework memories to fix port orders, add a loop.Tristan Gingold2020-02-231-0/+2
* netlists: use C convention to pass records.Tristan Gingold2019-11-281-0/+4
* netlists: remove port API (make it easier to interface).Tristan Gingold2019-11-281-8/+8
* netlists: remove port_inout.Tristan Gingold2019-11-281-4/+1
* synth: rework the sname API.Tristan Gingold2019-11-281-4/+3
* synth/netlists: remove unused function.Tristan Gingold2019-11-281-1/+0
* netlists-dump: display ports name.Tristan Gingold2019-11-111-0/+3
* netlists: add 2 flags per instance, including a mark flag.Tristan Gingold2019-11-111-6/+15
* synth: create build2_concat from netlists-concat.Tristan Gingold2019-10-271-0/+3
* netlists: add remove_instance.Tristan Gingold2019-10-161-0/+3
* synth: rewrite cleanup pass.Tristan Gingold2019-10-101-0/+13
* netlists: remove get_parent for instance.Tristan Gingold2019-10-061-2/+0
* netlists: remove get_parent renaming for input.Tristan Gingold2019-10-061-1/+0
* netlists: remove renaming of Get_Parent for Net.Tristan Gingold2019-10-061-1/+0
* netlists: remove get_name renaming for modules.Tristan Gingold2019-10-061-1/+0
* netlists: Remove Get_Name renaming for instances.Tristan Gingold2019-10-061-1/+0
* synth-inference: detect false loop.Tristan Gingold2019-09-171-0/+4
* synth: use original entity to display netlist.Tristan Gingold2019-07-231-0/+3
* synth: remove bounds (unused) for ports.Tristan Gingold2019-07-221-4/+0
* synth: add concatn gateTristan Gingold2019-07-191-0/+8
* netlists: add a comment.Tristan Gingold2019-06-301-0/+11
* synth: Move get_input_net to netlists.utils.Tristan Gingold2019-06-281-2/+0
* synth: add get_input_net helper.Tristan Gingold2019-06-281-0/+2
* Small typo in netlist.adsPepijn de Vos2019-05-051-1/+1
* [PATCH] synth: add comments.Tristan Gingold2019-04-181-2/+9
* synth: add comments.Tristan Gingold2019-04-161-18/+34
* synth: defer gates removal after at end of entity synthesis.Tristan Gingold2017-02-151-3/+5
* Add netlist generation infrastructure.Tristan Gingold2017-01-311-0/+337