Using $stable as coverpoint expression

Hi,

I believe that the issue is that you do not measure coverage of $stable(data) but of data_stbl signal. And this signal has one clock cycle dalay after $stable(data) caused by the use of nonblocking assignment. This means, that you do not assign imediatelly, but after clocking event. Therefore, you need to simulate at least one more clock cycle.

Jan