mirror of https://github.com/YosysHQ/yosys.git
xilinx: Adding missing inout IO port to IOBUF
This commit is contained in:
parent
76baae4b94
commit
ad975fb694
|
@ -2225,6 +2225,7 @@ module IOBUF (...);
|
|||
parameter IOSTANDARD = "DEFAULT";
|
||||
parameter SLEW = "SLOW";
|
||||
output O;
|
||||
inout IO;
|
||||
input I, T;
|
||||
endmodule
|
||||
|
||||
|
|
Loading…
Reference in New Issue