From 5858c7755d7f98e74f6d1fa0de2db47e2af35065 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 23 Feb 2014 18:36:46 +0100 Subject: Add comments. --- sem_specs.adb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sem_specs.adb b/sem_specs.adb index 64599613b..73275f697 100644 --- a/sem_specs.adb +++ b/sem_specs.adb @@ -947,6 +947,7 @@ package body Sem_Specs is if New_Entity = Null_Iir then return Null_Iir; end if; + -- Note: dependency is added by Find_Declaration. Set_Entity (Aspect, New_Entity); -- Check architecture. @@ -959,7 +960,7 @@ package body Sem_Specs is end if; -- FIXME: may emit a warning if the architecture does not - -- exists. + -- exist. -- Note: the design needs the architecture. Add_Dependence (Aspect); end if; @@ -970,6 +971,7 @@ package body Sem_Specs is return Null_Iir; end if; + -- Note: dependency is added by Find_Declaration. Set_Configuration (Aspect, Conf); Libraries.Load_Design_Unit (Conf, Aspect); -- cgit v1.2.3