When I was running a IFV assertion check,the result was "Pass",but the trigger item showed "Blank",and the Trace item showed "Not run".
I want to know that whether the assertion check was OK or not.Was it a real pass?
Hi,
1. The property probably does not have a trigger, like "assert never {a && b}" - can you confirm that?
2. In order to get the trace you need to add "define witness auto" or "define witness trace" before the prove command
Jörg.