VALID Keyword - 2023.2 English

ISE to Vivado Design Suite Migration Guide (UG911)

Document ID
UG911
Release Date
2023-11-01
Version
2023.2 English
UCF Example OFFSET = IN 1ns VALID 2ns BEFORE clka;
XDC Example

set_input_delay -clock clka -max 9 [all_inputs]

set_input_delay -clock clka -min 1[all_inputs]

Note: This assumes the clock period is 10 ns.