diff options
Diffstat (limited to 'src/synth/elab-debugger.ads')
-rw-r--r-- | src/synth/elab-debugger.ads | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/synth/elab-debugger.ads b/src/synth/elab-debugger.ads index 2b6a79b32..e37ce017f 100644 --- a/src/synth/elab-debugger.ads +++ b/src/synth/elab-debugger.ads @@ -27,6 +27,10 @@ package Elab.Debugger is Flag_Need_Debug : Boolean := False; procedure Debug_Init (Top : Node); + + -- Debug after elaboration. TOP is the top-level unit. + procedure Debug_Elab (Top : Synth_Instance_Acc); + procedure Debug_Break (Inst : Synth_Instance_Acc; Stmt : Node); procedure Debug_Leave (Inst : Synth_Instance_Acc); |