Re: [myhdl-list] StopIteration caught?
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2009-03-17 18:14:37
|
On Tue, Mar 17, 2009 at 12:57 PM, Neal Becker <ndb...@gm...> wrote: > My stimulus will read from the input vectors using .next(). Eventually > raising StopIteration. It appears this is being caught? And, does not > stop > the simulation. Is this the expected behavior? > > I guess I need to catch StopIteration myself, and raise StopSimulation if I > want to stop? > > That would be my guess as well since I have only ever used raise StopSimulation. |