Forum Discussion
Altera_Forum
Honored Contributor
16 years agoOops sorry I forgot that issue with the template. The template will be fixed in the next version I think. Try this instead:
set_clock_groups -asynchronous -group [get_clocks altera_reserved_tck] set_input_delay -clock altera_reserved_tck -clock_fall 1 [get_ports altera_reserved_tdi] set_input_delay -clock altera_reserved_tck -clock_fall 1 [get_ports altera_reserved_tms] set_output_delay -clock altera_reserved_tck -clock_fall 1 [get_ports altera_reserved_tdo] Using 1 is overkill since the dev kits don't have that much board delay, I just picked it at random.