diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-02-23 18:36:21 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-02-23 18:36:21 +0100 |
commit | 09e3c9734fa7453b586f9fb5dbfa6b2f7567eaa6 (patch) | |
tree | 77650dedfefcfc105609d492e2afec5d7f232be7 | |
parent | eadd9c467e7f2138600be31d151cb520e6d30c60 (diff) | |
download | ghdl-09e3c9734fa7453b586f9fb5dbfa6b2f7567eaa6.tar.gz ghdl-09e3c9734fa7453b586f9fb5dbfa6b2f7567eaa6.tar.bz2 ghdl-09e3c9734fa7453b586f9fb5dbfa6b2f7567eaa6.zip |
iirs.ads: add comment.
-rw-r--r-- | iirs.ads | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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); |