diff options
Diffstat (limited to 'simulate/debugger.ads')
-rw-r--r-- | simulate/debugger.ads | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/simulate/debugger.ads b/simulate/debugger.ads index 86a77c2..5e8c7ac 100644 --- a/simulate/debugger.ads +++ b/simulate/debugger.ads @@ -33,8 +33,6 @@ package Debugger is procedure Warning_Msg_Exec (Msg: String; Loc: Iir); - Trace_All_Signals : Boolean := False; - -- Disp a block instance, in a human readable way. -- Used to debug. procedure Disp_Block_Instance (Instance: Block_Instance_Acc); @@ -58,6 +56,9 @@ package Debugger is procedure Disp_Objects_Value; + -- Disp stats about the design (number of process, number of signals...) + procedure Disp_Design_Stats; + -- The reason why the debugger is invoked. type Debug_Reason is (-- Called from an external debugger while debugging ghdl. |