[myhdl-list] StopIteration caught?
Brought to you by:
jandecaluwe
From: Neal B. <ndb...@gm...> - 2009-03-17 17:57:54
|
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? |