Quantcast
Channel: Cadence Functional Verification Forum
Viewing all articles
Browse latest Browse all 1069

cover property evaluation error

$
0
0

Hi,

   I've written the following cover property;

property p1;

    @(posedge clk) (data == 2'h2) ##[1:6]  (data1 == 2'h2);

 endproperty

always@(posedge clk) cover property (p1);

When it hits first time true then afterwards the cover property is not evaluating further. It evaluates only once.

Can anybody help in this regard?

regards,

mahee

 


Viewing all articles
Browse latest Browse all 1069

Trending Articles