Forum Discussion
Altera_Forum
Honored Contributor
17 years agoOh, one more thing. Template# 2 assumes that the target is pipelined. Ie, you give it a command on one clock cycle, you get the response on the next. If the target works more like a combinational circuit, use this:
set_input_delay -clock sdram_clk_at_the_fpga_pin - max <ports>
set_input_delay -clock sdram_clk_at_the_fpga_pin -min <ports>