a2o/dev/verilog/unisims_soc/OBUFDS.v

13 lines
83 B
Verilog

//wtf nop
module OBUFDS #(
)
(
input I,
inout O,
inout OB
);
endmodule