mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #650 from mithro/patch-1
xilinx: Adding missing inout IO port to IOBUF
This commit is contained in:
commit
bed6c26a6e
|
@ -2225,6 +2225,7 @@ module IOBUF (...);
|
||||||
parameter IOSTANDARD = "DEFAULT";
|
parameter IOSTANDARD = "DEFAULT";
|
||||||
parameter SLEW = "SLOW";
|
parameter SLEW = "SLOW";
|
||||||
output O;
|
output O;
|
||||||
|
inout IO;
|
||||||
input I, T;
|
input I, T;
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue