blob: c63cb4460650f0209c35077d6af0865c892411f7 [file] [log] [blame] [edit]
`default_nettype none
module IB(input I, output O);
assign O = I;
endmodule