Closed
Description
Originally posted by @whitequark in #703 (comment)
In general, if the simulator doesn't converge, it means an issue with the input netlist. I'd say that the appropriate way to handle this is to reject such netlists before they can be simulated, since by the time the simulator is stuck, the original issue (a logic loop of some kind) becomes very hard to find.
⇒ Questions
- How to detect such netlists : loops, ... ?
- Cases that can't be spotted ?
- Message to report the problem ?