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