diff options
Diffstat (limited to 'src/simul')
-rw-r--r-- | src/simul/simul-vhdl_elab.adb | 4 |
1 files changed, 4 insertions, 0 deletions
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; |