1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00
oh/xilibs/dv/OBUFTDS_DCIEN.v
2020-01-28 18:12:57 -05: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