aboutsummaryrefslogtreecommitdiffstats
path: root/src/libraries.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-12-18 06:33:46 +0100
committerTristan Gingold <tgingold@free.fr>2018-12-18 06:42:13 +0100
commite2dc620a15017de7e5731a9a48f0023f9d1df3d5 (patch)
tree31b5e3567cca2e6748430aace05911d674e94ddd /src/libraries.ads
parentc0ab680648a1d803d9e1d7f5e51988a70e5be41a (diff)
downloadghdl-e2dc620a15017de7e5731a9a48f0023f9d1df3d5.tar.gz
ghdl-e2dc620a15017de7e5731a9a48f0023f9d1df3d5.tar.bz2
ghdl-e2dc620a15017de7e5731a9a48f0023f9d1df3d5.zip
thin.py: add a namespace for Libraries, export Find_Entity_For_Component.
Diffstat (limited to 'src/libraries.ads')
-rw-r--r--src/libraries.ads3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libraries.ads b/src/libraries.ads
index df2843d7a..d179ff3cf 100644
--- a/src/libraries.ads
+++ b/src/libraries.ads
@@ -105,8 +105,7 @@ package Libraries is
-- Just return the design_unit for NAME, or NULL if not found.
function Find_Primary_Unit
- (Library: Iir_Library_Declaration; Name: Name_Id)
- return Iir_Design_Unit;
+ (Library: Iir_Library_Declaration; Name: Name_Id) return Iir_Design_Unit;
-- Get or create a library from an identifier.
-- LOC is used only to report errors.