aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_debug.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-05-16 04:34:48 +0200
committerTristan Gingold <tgingold@free.fr>2022-05-16 04:34:48 +0200
commitd5861aa7d37162b261eb8e97b3fe01e2289ea9fe (patch)
tree319d453ad1c3ef60ca713d5a82dbebe5e2ef4b8c /src/synth/elab-vhdl_debug.ads
parent4803449d989b50284ac51b6190dc4bc0c594a498 (diff)
downloadghdl-d5861aa7d37162b261eb8e97b3fe01e2289ea9fe.tar.gz
ghdl-d5861aa7d37162b261eb8e97b3fe01e2289ea9fe.tar.bz2
ghdl-d5861aa7d37162b261eb8e97b3fe01e2289ea9fe.zip
elab-vhdl_debug(disp_instance_path): can also display components
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;