aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_debug.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/elab-vhdl_debug.adb')
-rw-r--r--src/synth/elab-vhdl_debug.adb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/elab-vhdl_debug.adb b/src/synth/elab-vhdl_debug.adb
index 90751e8f6..44f642d1e 100644
--- a/src/synth/elab-vhdl_debug.adb
+++ b/src/synth/elab-vhdl_debug.adb
@@ -656,6 +656,9 @@ package body Elab.Vhdl_Debug is
New_Line;
Disp_Hierarchy_Statements
(Inst, Get_Concurrent_Statement_Chain (N), Cfg);
+ when Iir_Kind_Process_Statement
+ | Iir_Kind_Sensitized_Process_Statement =>
+ Disp_Hierarchy_Statement (Inst, N, Cfg);
when others =>
Vhdl.Errors.Error_Kind ("disp_hierarchy", N);
end case;