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