Eliminating transition bins by using with condition?

Hi All,

can transition bins can be eliminated by using ‘with’ condition. I have tried but i am getting an error.

In reply to saikishore_154567:

No. The “with” condition only specifies values. You can only ignore transition bins that match another transition. SystemVerilog’s transition coverage is very basic. You might try other methods of capturing this kind of coverage using an assertion.

In reply to dave_59:

Thanks Dave!