From a0db26a3e68b5ec12df37f99529a4c9ff6ddfdaf Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 27 Apr 2020 18:00:18 +0200 Subject: vhdl: minimal support of interface package in entities. For #1262 --- src/vhdl/vhdl-sem_decls.adb | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vhdl/vhdl-sem_decls.adb') 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); -- cgit v1.2.3