diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-06-04 09:12:49 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-06-04 16:27:49 +0200 |
commit | f873332f7bd50ae8bae3ee70b15d6ad616f6ad05 (patch) | |
tree | 130bc8be609ad3bf53076226598008b71baef404 /src/synth/elab-vhdl_debug.ads | |
parent | 067cbd4ad02a724bcbe5cec50a7229787c1ae74c (diff) | |
download | ghdl-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.ads | 2 |
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; |