aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-insts.adb
Commit message (Expand)AuthorAgeFilesLines
* synth: fixes after previous patch.Tristan Gingold2019-09-251-0/+7
* synth: rework type for expression.Tristan Gingold2019-09-251-5/+9
* synth-insts: refactoringTristan Gingold2019-09-211-27/+12
* synth-insts: remove useless function.Tristan Gingold2019-09-211-15/+2
* synth: do not create self-instance on black-boxed modules.Tristan Gingold2019-09-211-5/+4
* synth: add bit0/bit1 in instance.Tristan Gingold2019-09-211-8/+11
* synth: add Get_Build (WIP).Tristan Gingold2019-09-201-4/+5
* synth: add base_instance.Tristan Gingold2019-09-201-5/+6
* synth: rename get/set_module for instances.Tristan Gingold2019-09-201-15/+15
* synth-context: get rid off Set_Block_Scope.Tristan Gingold2019-09-201-10/+5
* synth: refactoring to reduce global variables.Tristan Gingold2019-09-191-4/+11
* synth: make synth_instance_type private.Tristan Gingold2019-09-191-23/+27
* synth: handle unconnected out ports.Tristan Gingold2019-09-191-5/+8
* synth: add debug flag -dc to not clean.Tristan Gingold2019-09-171-1/+4
* synth-disp_vhdl: handle record for input ports.Tristan Gingold2019-09-031-2/+3
* synth: handle verification units.Tristan Gingold2019-08-201-0/+15
* synth: fix tgingold/ghdlsynth#34 (association).Tristan Gingold2019-08-171-2/+1
* synth: handle array attributes; handle integer subtypes in generics.Tristan Gingold2019-08-161-1/+2
* 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