From ed91bc80635cb78acb4728f7781ea7e37c748a48 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 12 May 2022 18:18:57 +0200 Subject: elab-vhdl_debug: also disp declarations in instances --- src/synth/elab-vhdl_debug.adb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/synth/elab-vhdl_debug.adb b/src/synth/elab-vhdl_debug.adb index 1aec73a94..bdab9674f 100644 --- a/src/synth/elab-vhdl_debug.adb +++ b/src/synth/elab-vhdl_debug.adb @@ -374,10 +374,7 @@ package body Elab.Vhdl_Debug is Put (Image (Get_Identifier (Sub_Node))); Put (')'); New_Line; - Disp_Hierarchy_Statements - (Sub, - Get_Concurrent_Statement_Chain (Sub_Node), - Inc_Indent (Cfg)); + Disp_Hierarchy (Sub, Inc_Indent (Cfg)); when others => raise Internal_Error; end case; -- cgit v1.2.3