Altera_Forum
Honored Contributor
16 years agoProblems with altera_reserved_tck
I have a Nios II system with level 1 JTAG debug module and I'm having alot of problems with altera_reserved_tck. I've included the sdc constraints for the JTAG module suggested by the time quest cookbook below,
create_clock -period 10MHz {altera_reserved_tck} set_clock_groups -asynchronous -group {altera_reserved_tck} set_input_delay -clock {altera_reserved_tck} 20 [get_ports altera_reserved_tdi] set_input_delay -clock {altera_reserved_tck} 20 [get_ports altera_reserved_tms] set_output_delay -clock {altera_reserved_tck} 20 [get_ports altera_reserved_tdo] When compiling the design, I'm constantly receiving negative removal slacks involving altera_reserved_tck. I'm very unsure how to correct this. Since this problem has developed, I'm unable to run code, as the Nios II IDE fails on program memory verify, or starts doing unusual things. Has anyone had a similar problem or can make suggestions? If you require design files I'm not sure how I could send them to you?