aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-02-23 18:36:21 +0100
committerTristan Gingold <tgingold@free.fr>2014-02-23 18:36:21 +0100
commit09e3c9734fa7453b586f9fb5dbfa6b2f7567eaa6 (patch)
tree77650dedfefcfc105609d492e2afec5d7f232be7
parenteadd9c467e7f2138600be31d151cb520e6d30c60 (diff)
downloadghdl-09e3c9734fa7453b586f9fb5dbfa6b2f7567eaa6.tar.gz
ghdl-09e3c9734fa7453b586f9fb5dbfa6b2f7567eaa6.tar.bz2
ghdl-09e3c9734fa7453b586f9fb5dbfa6b2f7567eaa6.zip
iirs.ads: add comment.
-rw-r--r--iirs.ads5
1 files changed, 4 insertions, 1 deletions
diff --git a/iirs.ads b/iirs.ads
index def51640c..a6aa5dad0 100644
--- a/iirs.ads
+++ b/iirs.ads
@@ -4208,7 +4208,10 @@ package Iirs is
function Get_Context_Items (Design_Unit : Iir) return Iir;
procedure Set_Context_Items (Design_Unit : Iir; Items_Chain : Iir);
- -- List of design units on which the design unit depends.
+ -- List of design units on which the design unit depends. There is an
+ -- exception: the architecture of an entity aspect (of a component
+ -- instantiation) may not have been analyzed. The Entity_Aspect_Entity
+ -- is added to this list (instead of the non-existing design unit).
-- Field: Field8 (uc)
function Get_Dependence_List (Unit : Iir) return Iir_List;
procedure Set_Dependence_List (Unit : Iir; List : Iir_List);