From c0095f3f0c37a2db4d56dc289854252e2e6e67d4 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 18 Dec 2022 17:16:57 +0100 Subject: vhdl-sem_inst: add instantiate_interface_package_declaration --- src/simul/simul-vhdl_elab.adb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/simul') diff --git a/src/simul/simul-vhdl_elab.adb b/src/simul/simul-vhdl_elab.adb index bb0aac880..5c41511d6 100644 --- a/src/simul/simul-vhdl_elab.adb +++ b/src/simul/simul-vhdl_elab.adb @@ -434,6 +434,10 @@ package body Simul.Vhdl_Elab is | Iir_Kind_Group_Template_Declaration | Iir_Kind_Group_Declaration => null; + + when Iir_Kind_Package_Instantiation_Declaration => + -- TODO: signals in package ? + null; when others => Error_Kind ("gather_processes_decl", Decl); end case; -- cgit v1.2.3