Forum Discussion
Altera_Forum
Honored Contributor
15 years agoWorst slack values are Negative for Removal
HI , I am trying to run the NIOSII example of led from the nios2 hardware manual.I could generate the nios 2 system.And also integrate it with the Quartus.But when I compile the system in quart...
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