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