xilinx: Adding missing inout IO port to IOBUF
authorTim Ansell <me@mith.ro>
Wed, 3 Oct 2018 23:38:32 +0000 (16:38 -0700)
committerGitHub <noreply@github.com>
Wed, 3 Oct 2018 23:38:32 +0000 (16:38 -0700)
techlibs/xilinx/cells_xtra.v

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