Forum Discussion
Altera_Forum
Honored Contributor
15 years agoUse something like this instead:
# JTAG Signal Constraints constrain the TCK port (uncomment the line below if altera_reserved_tck isn't already defined)# create_clock -name tck -period 100 # Cut all paths to and from tck
set_clock_groups -asynchronous -group # Constrain the TDI port
set_input_delay -clock altera_reserved_tck -clock_fall 1 # Constrain the TMS port
set_input_delay -clock altera_reserved_tck -clock_fall 1 # Constrain the TDO port
set_output_delay -clock altera_reserved_tck -clock_fall 1