aboutsummaryrefslogtreecommitdiffstats
path: root/sem_specs.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-06-14 17:12:59 +0200
committerTristan Gingold <tgingold@free.fr>2014-06-14 17:12:59 +0200
commitc2f20226c9391afee6fd18bcad254714baa1e740 (patch)
tree495022b82af6523ddb11baa9a20f6d06202467f1 /sem_specs.ads
parente849553d7deea2c6c7d97012043946e1e105783e (diff)
downloadghdl-c2f20226c9391afee6fd18bcad254714baa1e740.tar.gz
ghdl-c2f20226c9391afee6fd18bcad254714baa1e740.tar.bz2
ghdl-c2f20226c9391afee6fd18bcad254714baa1e740.zip
sem_specs: allow no port/generic in default binding indication.
Diffstat (limited to 'sem_specs.ads')
-rw-r--r--sem_specs.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/sem_specs.ads b/sem_specs.ads
index 76edc0fce..f37d32ff9 100644
--- a/sem_specs.ads
+++ b/sem_specs.ads
@@ -37,6 +37,9 @@ package Sem_Specs is
procedure Sem_Configuration_Specification
(Parent_Stmts : Iir; Conf : Iir_Configuration_Specification);
+ -- Analyze binding indication BIND of configuration specification or
+ -- component configuration PARENT.
+ -- PRIMARY_ENTITY_ASPECT is not Null_Iir for an incremental binding.
procedure Sem_Binding_Indication (Bind : Iir_Binding_Indication;
Comp : Iir_Component_Declaration;
Parent : Iir;