aboutsummaryrefslogtreecommitdiffstats
path: root/src/simul
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-01-02 09:55:34 +0100
committerTristan Gingold <tgingold@free.fr>2023-01-02 09:55:34 +0100
commitd13df4fd44358e070de5cc4d9c1e61f6ef8af56b (patch)
treee7ccd2d635c73cd4854f5edce72447c0aec241e6 /src/simul
parent49705e73b9907b2fe3ea1de8e9ad406892ceaf4b (diff)
downloadghdl-d13df4fd44358e070de5cc4d9c1e61f6ef8af56b.tar.gz
ghdl-d13df4fd44358e070de5cc4d9c1e61f6ef8af56b.tar.bz2
ghdl-d13df4fd44358e070de5cc4d9c1e61f6ef8af56b.zip
synth: fix to_string for character
Diffstat (limited to 'src/simul')
-rw-r--r--src/simul/simul-vhdl_elab.adb3
1 files changed, 3 insertions, 0 deletions
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 =>