RE: [myhdl-list] Suspending/Resuming/Stopping a simulation
Brought to you by:
jandecaluwe
From: bedros <be...@ya...> - 2004-07-12 21:34:14
|
you could raise a SuspendSimulation exception and use "try" in the top level to catch it, fix it, and then resume the simulation by executing "run" method again. --- Frank Palazzolo <pal...@co...> wrote: > > >I couldn't find anything about SuspendSimulation, > not > >even in MyHDL 0.4 documents. Where did you find it? > > I just looked in the code...the beauty of open > source :) > > -Frank > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & > Training. > Attend Black Hat Briefings & Training, Las Vegas > July 24-29 - > digital self defense, top technical experts, no > vendor pitches, > unmatched networking opportunities. Visit > www.blackhat.com > _______________________________________________ > myhdl-list mailing list > myh...@li... > https://lists.sourceforge.net/lists/listinfo/myhdl-list > |