aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_debug.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/elab-vhdl_debug.ads')
-rw-r--r--src/synth/elab-vhdl_debug.ads4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/synth/elab-vhdl_debug.ads b/src/synth/elab-vhdl_debug.ads
index e6ad47070..3510af71a 100644
--- a/src/synth/elab-vhdl_debug.ads
+++ b/src/synth/elab-vhdl_debug.ads
@@ -40,5 +40,7 @@ package Elab.Vhdl_Debug is
return Synth_Instance_Acc;
-- Disp full path name of INST.
- procedure Disp_Instance_Path (Inst : Synth_Instance_Acc);
+ -- If COMPONENTS is true, also display components
+ procedure Disp_Instance_Path (Inst : Synth_Instance_Acc;
+ Components : Boolean := False);
end Elab.Vhdl_Debug;