xilinx: Adding missing inout IO port to IOBUF

This commit is contained in:
Tim Ansell 2018-10-03 16:38:32 -07:00 committed by Jim Lawson
parent b8950bd603
commit cd261795ba
1 changed files with 1 additions and 0 deletions

View File

@ -2225,6 +2225,7 @@ module IOBUF (...);
parameter IOSTANDARD = "DEFAULT";
parameter SLEW = "SLOW";
output O;
inout IO;
input I, T;
endmodule