aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_debug.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-06-04 09:12:49 +0200
committerTristan Gingold <tgingold@free.fr>2022-06-04 16:27:49 +0200
commitf873332f7bd50ae8bae3ee70b15d6ad616f6ad05 (patch)
tree130bc8be609ad3bf53076226598008b71baef404 /src/synth/elab-vhdl_debug.ads
parent067cbd4ad02a724bcbe5cec50a7229787c1ae74c (diff)
downloadghdl-f873332f7bd50ae8bae3ee70b15d6ad616f6ad05.tar.gz
ghdl-f873332f7bd50ae8bae3ee70b15d6ad616f6ad05.tar.bz2
ghdl-f873332f7bd50ae8bae3ee70b15d6ad616f6ad05.zip
elab-vhdl_debug: add print command
Diffstat (limited to 'src/synth/elab-vhdl_debug.ads')
-rw-r--r--src/synth/elab-vhdl_debug.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/elab-vhdl_debug.ads b/src/synth/elab-vhdl_debug.ads
index bef5d9258..0690c9c2e 100644
--- a/src/synth/elab-vhdl_debug.ads
+++ b/src/synth/elab-vhdl_debug.ads
@@ -47,4 +47,6 @@ package Elab.Vhdl_Debug is
-- If COMPONENTS is true, also display components
procedure Disp_Instance_Path (Inst : Synth_Instance_Acc;
Components : Boolean := False);
+
+ procedure Append_Commands;
end Elab.Vhdl_Debug;