diff options
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 0690c9c2e..a1200d621 100644 --- a/src/synth/elab-vhdl_debug.ads +++ b/src/synth/elab-vhdl_debug.ads @@ -48,5 +48,7 @@ package Elab.Vhdl_Debug is procedure Disp_Instance_Path (Inst : Synth_Instance_Acc; Components : Boolean := False); + procedure Put_Stmt_Trace (Stmt : Iir); + procedure Append_Commands; end Elab.Vhdl_Debug; |