aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_decls.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-27 18:00:18 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-27 18:00:18 +0200
commita0db26a3e68b5ec12df37f99529a4c9ff6ddfdaf (patch)
tree9365f7671797f764b7dc7fdce157f5c3bab222cb /src/vhdl/vhdl-sem_decls.adb
parentc1093f4ef3120db4a7f5c2840c4b477c1a70b25c (diff)
downloadghdl-a0db26a3e68b5ec12df37f99529a4c9ff6ddfdaf.tar.gz
ghdl-a0db26a3e68b5ec12df37f99529a4c9ff6ddfdaf.tar.bz2
ghdl-a0db26a3e68b5ec12df37f99529a4c9ff6ddfdaf.zip
vhdl: minimal support of interface package in entities. For #1262
Diffstat (limited to 'src/vhdl/vhdl-sem_decls.adb')
-rw-r--r--src/vhdl/vhdl-sem_decls.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-sem_decls.adb b/src/vhdl/vhdl-sem_decls.adb
index d30fd6e85..84354c2da 100644
--- a/src/vhdl/vhdl-sem_decls.adb
+++ b/src/vhdl/vhdl-sem_decls.adb
@@ -505,7 +505,6 @@ package body Vhdl.Sem_Decls is
if Get_Generic_Map_Aspect_Chain (Inter) /= Null_Iir then
Sem_Generic_Association_Chain (Get_Package_Header (Pkg), Inter);
-- Not yet fully supported - need to check the instance.
- raise Internal_Error;
end if;
Sem_Inst.Instantiate_Package_Declaration (Inter, Pkg);