module IBUFDS ( input wire I, input wire IB, output wire O); inbuf_lvds U1 (.PADP (I), .PADN (IB), .Y(O) ); endmodule