aboutsummaryrefslogtreecommitdiffstats
path: root/iirs.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-10-31 06:02:24 +0100
committerTristan Gingold <tgingold@free.fr>2014-10-31 06:02:24 +0100
commit9e22ebad3dbc1065e13ccc56dfbb3418839b1002 (patch)
tree19e03131fbbf6bf10f76fd85fc094e1528a11d98 /iirs.ads
parent2681711a47f7ada17aae9da74ecfc5af53262b6b (diff)
downloadghdl-9e22ebad3dbc1065e13ccc56dfbb3418839b1002.tar.gz
ghdl-9e22ebad3dbc1065e13ccc56dfbb3418839b1002.tar.bz2
ghdl-9e22ebad3dbc1065e13ccc56dfbb3418839b1002.zip
Add display of interface package.
Diffstat (limited to 'iirs.ads')
-rw-r--r--iirs.ads11
1 files changed, 11 insertions, 0 deletions
diff --git a/iirs.ads b/iirs.ads
index 0261beec5..cd58daa56 100644
--- a/iirs.ads
+++ b/iirs.ads
@@ -1133,6 +1133,17 @@ package Iirs is
-- Iir_Kind_Interface_Package_Declaration (Medium)
--
+ -- LRM08 6.5.5 Interface package declarations
+ --
+ -- interface_package_declaration ::=
+ -- PACKAGE identifier IS NEW /uninstantiated_package/_name
+ -- interface_package_generic_map_aspect
+ --
+ -- interface_package_generic_map_aspect ::=
+ -- generic_map_aspect
+ -- | GENERIC MAP ( <> ) -- Represented by Null_Iir
+ -- | GENERIC MAP ( DEFAULT ) -- Not yet implemented
+ --
-- Get/Set_Parent (Field0)
--
-- Get/Set_Declaration_Chain (Field1)