| Applied To | Port nets |
| Constraint Values | IBUF |
| UCF Example |
net b[0] IOBDELAY =
IBUF;
|
| XDC Example |
set_property IOBDELAY
IBUF [get_nets b[0]]
Note: You cannot set IOBDELAY on ports.
However, you can set IOBDELAY on cells such as input
buffers.
|