Forum Discussion
Altera_Forum
Honored Contributor
13 years agoThe other FPGA's clock to output delay will becomes (part of) this FPGA's input delay.
So, you probably want something like set_input_delay -clock SYSTEM_CLOCK -max 20 [get_ports my_inputs[*]] set_input_delay -clock SYSTEM_CLOCK -min XX [get_ports my_inputs[*]] You can get the XX value from the minimum clock to output delay report. Translation: this would be telling TimeQuest that the signal will reach the FPGA pins XX to 20 ns after the rising edge of SYSTEM_CLOCK.