diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-10-31 06:02:24 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-10-31 06:02:24 +0100 |
commit | 9e22ebad3dbc1065e13ccc56dfbb3418839b1002 (patch) | |
tree | 19e03131fbbf6bf10f76fd85fc094e1528a11d98 /iirs.ads | |
parent | 2681711a47f7ada17aae9da74ecfc5af53262b6b (diff) | |
download | ghdl-9e22ebad3dbc1065e13ccc56dfbb3418839b1002.tar.gz ghdl-9e22ebad3dbc1065e13ccc56dfbb3418839b1002.tar.bz2 ghdl-9e22ebad3dbc1065e13ccc56dfbb3418839b1002.zip |
Add display of interface package.
Diffstat (limited to 'iirs.ads')
-rw-r--r-- | iirs.ads | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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) |