projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76baae4
)
xilinx: Adding missing inout IO port to IOBUF
author
Tim Ansell
<me@mith.ro>
Wed, 3 Oct 2018 23:38:32 +0000
(16:38 -0700)
committer
GitHub
<noreply@github.com>
Wed, 3 Oct 2018 23:38:32 +0000
(16:38 -0700)
techlibs/xilinx/cells_xtra.v
patch
|
blob
|
history
diff --git
a/techlibs/xilinx/cells_xtra.v
b/techlibs/xilinx/cells_xtra.v
index a2dd01ad571a9acdae832202898554dbec7aee12..f5abf3ae0f275f7be7104a50055304c3e3dcc610 100644
(file)
--- a/
techlibs/xilinx/cells_xtra.v
+++ b/
techlibs/xilinx/cells_xtra.v
@@
-2225,6
+2225,7
@@
module IOBUF (...);
parameter IOSTANDARD = "DEFAULT";
parameter SLEW = "SLOW";
output O;
+ inout IO;
input I, T;
endmodule