System timing check parameters should always be positive.
module fly(input a, b); specify $setup(posedge a, b, -1); endspecify endmodule
module fly(input a, b); specify $setup(posedge a, b, 1); endspecify endmodule