In reply to ben@SystemVerilog.us:
Other suggestions
$rose(start) |=> !start until (stop or end);
$rose(stop) |=> !stop until (start);
$rose(end) |=> !end until (start);
In reply to ben@SystemVerilog.us:
Other suggestions
$rose(start) |=> !start until (stop or end);
$rose(stop) |=> !stop until (start);
$rose(end) |=> !end until (start);