Forum Discussion
Altera_Forum
Honored Contributor
12 years agoUse set_max_delay should do it, I think
set_max_delay -from [get_ports read_n] -to [get_ports ack] If not, you can try to define a virtual clock for that purpose and use set_input_delay and set_output_delay.