| Applied To | FF cells |
| Constraint Values | FORCE |
| UCF Example |
INST q_reg[*] IOB =
FALSE;
|
| XDC Example |
set_property IOB TRUE
[get_cells q_reg[*]]
Note: The Vivado Design Suite does not support this constraint in XDC. Use TRUE
instead.
|