From d13df4fd44358e070de5cc4d9c1e61f6ef8af56b Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 2 Jan 2023 09:55:34 +0100 Subject: synth: fix to_string for character --- src/simul/simul-vhdl_elab.adb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/simul') diff --git a/src/simul/simul-vhdl_elab.adb b/src/simul/simul-vhdl_elab.adb index eca3ac783..fed1c7d74 100644 --- a/src/simul/simul-vhdl_elab.adb +++ b/src/simul/simul-vhdl_elab.adb @@ -985,6 +985,9 @@ package body Simul.Vhdl_Elab is when Iir_Kind_Package_Declaration => Gather_Processes_Decls (Inst, Get_Declaration_Chain (N)); + when Iir_Kind_Package_Instantiation_Declaration => + Gather_Processes_Decls + (Inst, Get_Declaration_Chain (N)); when Iir_Kind_Configuration_Declaration => null; when others => -- cgit v1.2.3