1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00
oh/xilibs/hdl/OBUFT.v

15 lines
199 B
Coq
Raw Normal View History

2015-10-07 11:57:52 -04:00
module OBUFT (O, I, T);
parameter CAPACITANCE = "DONT_CARE";
parameter integer DRIVE = 12;
parameter IOSTANDARD = "DEFAULT";
output O;
input I, T;
endmodule