In reply to ViVer:
property check_sigs;
@(posedge clk_1) disable iff (disable_check)
($change(sig_a) |-> $past(sig_b)==0);
endprope
In reply to ViVer:
property check_sigs;
@(posedge clk_1) disable iff (disable_check)
($change(sig_a) |-> $past(sig_b)==0);
endprope