1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
oh/xilibs/hdl/OBUFTDS_DCIEN.v
2015-10-07 11:57:52 -04:00

14 lines
222 B
Verilog

odule OBUFTDS_DCIEN (O, OB, DCITERMDISABLE, I, T);
parameter IOSTANDARD = "DEFAULT";
parameter SLEW = "SLOW";
output O;
output OB;
input DCITERMDISABLE;
input I;
input T;
endmodule