[myhdl-list] Suspending/Resuming/Stopping a simulation
Brought to you by:
jandecaluwe
From: Frank P. <pal...@co...> - 2004-07-12 20:27:52
|
Hello, I'm interested in suspending a simulation after a certain event, and = then resuming again, or possibly stopping. The Simulation.run() call works = for a fixed number of cycles. Is there a way that I can use exceptions to do this? I noticed that myhdl uses SuspendSimulation and StopSimulation internally to do this. This might be a nice feature in general. One could write a testbed = which changes based on the simulation results. :) =20 Thanks, Frank |