aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-inference.adb
Commit message (Collapse)AuthorAgeFilesLines
* synth: handle reuse of inferred dff in the same process.Tristan Gingold2020-03-221-10/+37
| | | | Fix tgingold/ghdlsynth-beta#93
* synth: refactoring inference (WIP).Tristan Gingold2020-03-151-23/+18
|
* synthesis: handle initialized output ports.Tristan Gingold2020-03-071-6/+8
|
* netlists-inference: preliminary work to support else in synch code.Tristan Gingold2020-02-201-71/+153
|
* synth: add mdff.Tristan Gingold2020-02-171-10/+44
|
* netlists-inference: remove useless code.Tristan Gingold2020-02-161-10/+0
|
* synthesis: rework memory inference.Tristan Gingold2020-02-161-9/+10
|
* synth: rework (again) memory inference.Tristan Gingold2020-02-101-0/+694
Preliminary work to support multi-clock memories. Strengthen and fix fallout of Check_Connected. Rename synth.inference to netlists.inference.