From fe2b0adfc0f0a30e597a0a16d0fa82b1b7ae3030 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Fri, 20 Oct 2023 15:13:14 +0200 Subject: [PATCH] Update source/SpinalHDL/Simulation/bootstraps.rst Co-authored-by: Andreas Wallner --- source/SpinalHDL/Simulation/bootstraps.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/SpinalHDL/Simulation/bootstraps.rst b/source/SpinalHDL/Simulation/bootstraps.rst index 2736ac4aa88..1747bb94c07 100644 --- a/source/SpinalHDL/Simulation/bootstraps.rst +++ b/source/SpinalHDL/Simulation/bootstraps.rst @@ -202,7 +202,7 @@ Either you know already at which ``simTime`` the simulation failed, in which cas disableSimWave() delayed(timeFromWhichIWantToCapture)(enableSimWave()) -Either you can run a dual lock-step simulation, with one running a bit delayed from the the other one, and which will start recording the wave once the other simulation had a failure. +Or you can run a dual lock-step simulation, with one running a bit delayed from the the other one, and which will start recording the wave once the leading simulation had a failure. To do this, you can use the DualSimTracer utility, which will ask you the compiled hardware, the window of time you want to capture the wave before falure, and a seed.