aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-insts.adb
Commit message (Expand)AuthorAgeFilesLines
* synth: handle subtype conversions.Tristan Gingold2019-08-051-3/+4
* synth: fix a crash in instantiation.Tristan Gingold2019-07-311-7/+8
* synth: preliminary support of dynamic indexing.Tristan Gingold2019-07-281-10/+4
* synth: preliminary support of integer subtypes.Tristan Gingold2019-07-261-7/+3
* synth: handle bit.Tristan Gingold2019-07-251-3/+9
* synth: save and display locations for instances.Tristan Gingold2019-07-251-0/+1
* synth: remove bounds (unused) for ports.Tristan Gingold2019-07-221-2/+1
* synth: rework names.Tristan Gingold2019-07-221-1/+1
* synth: finalize concurrent assignments (WIP).Tristan Gingold2019-07-191-2/+3
* synth: make type Wire_Id_Record private.Tristan Gingold2019-07-171-3/+3
* synth: remove extra elaboration of port types.Tristan Gingold2019-07-151-18/+2
* synth: apply block configuration to for-generate statements.Tristan Gingold2019-07-151-2/+15
* synth: improve support of components (anon subtypes).Tristan Gingold2019-07-141-0/+15
* synth: handle black boxes.Tristan Gingold2019-07-131-46/+93
* synth: handle simple component instances.Tristan Gingold2019-07-131-36/+256
* synth_top_entity: pass config + minor cleanup.Tristan Gingold2019-07-111-11/+1
* synth-insts: minor cleanup.Tristan Gingold2019-07-111-7/+0
* synth: add synth_top_entity.Tristan Gingold2019-07-101-25/+94
* synth: add Id_Port gate to improve display.Tristan Gingold2019-07-101-2/+5
* synth: handle instantiation (WIP)Tristan Gingold2019-07-101-0/+478