Skip to content

Commit

Permalink
Update source/SpinalHDL/Simulation/bootstraps.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Wallner <[email protected]>
  • Loading branch information
Dolu1990 and andreasWallner authored Oct 20, 2023
1 parent c89502e commit fe2b0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/SpinalHDL/Simulation/bootstraps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit fe2b0ad

Please sign in to comment.