Does Not Cover one of same two assertion?

Hi,

I wrote two assertion in same way, but one of them is covered, but other does not.

(a_signal == 16’h48) ##[1:6] $fell(c_signal) |=> it is ok

(a_signal == 16’h28) ##[1:6] $fell(c_signal) |=> does not work

I observed test’s graphic that two cases (16’h48 and 16’h28) occur. but the one of assertion doesnt cover.

In reply to nrllhclb:

You are showing only the pre-conditions. But we do not see what should happen after the pre-condition was met.

In reply to nrllhclb:

What you show are sequences, not complete assertions.