diff options
author | Tristan Gingold <tgingold@free.fr> | 2023-01-31 18:59:13 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2023-01-31 20:27:01 +0100 |
commit | f6711c34b332f3c3f6076fe8dec64f64638428dc (patch) | |
tree | 295bdc917ff036fdb46ce414663e3f28ba8fe61d /src/simul | |
parent | 919cc95cce51bbe0fb1fb0778ed63fffd184977b (diff) | |
download | ghdl-f6711c34b332f3c3f6076fe8dec64f64638428dc.tar.gz ghdl-f6711c34b332f3c3f6076fe8dec64f64638428dc.tar.bz2 ghdl-f6711c34b332f3c3f6076fe8dec64f64638428dc.zip |
elab-debugger: also pass top instance on break_time
Diffstat (limited to 'src/simul')
-rw-r--r-- | src/simul/simul-main.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simul/simul-main.adb b/src/simul/simul-main.adb index 7ed10b001..9ca156e3e 100644 --- a/src/simul/simul-main.adb +++ b/src/simul/simul-main.adb @@ -115,7 +115,7 @@ package body Simul.Main is -- No not break anymore on time, Break_Time := Std_Time'Last; Break_Step := False; - Elab.Debugger.Debug_Time; + Elab.Debugger.Debug_Time (Vhdl_Elab.Top_Instance); end if; exit when Grt.Processes.Has_Simulation_Timeout; |