always @(i) begin o = i; repeat (4'b1011) o = ~o; // o = ~i end