We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ebef17 commit 689bb7dCopy full SHA for 689bb7d
fpga_family/xilinx/IOBUF.v
@@ -1,4 +1,8 @@
1
-module IOBUF (
+module IOBUF #(
2
+ parameter integer DRIVE = 12,
3
+ parameter IOSTANDARD = "DEFAULT",
4
+ parameter SLEW = "SLOW"
5
+) (
6
output O,
7
inout IO,
8
input I,
0 commit comments