aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists.adb
Commit message (Expand)AuthorAgeFilesLines
* synth: use original entity to display netlist.Tristan Gingold2019-07-231-0/+6
* synth: remove bounds (unused) for ports.Tristan Gingold2019-07-221-3/+1
* synth: add concatn gateTristan Gingold2019-07-191-18/+49
* synth: display instances in reverse order.Tristan Gingold2019-07-101-5/+13
* synth: Move get_input_net to netlists.utils.Tristan Gingold2019-06-281-5/+0
* synth: add get_input_net helper.Tristan Gingold2019-06-281-0/+5
* synth: defer gates removal after at end of entity synthesis.Tristan Gingold2017-02-151-22/+16
* Add netlist generation infrastructure.Tristan Gingold2017-01-311-0/+812