Forum Discussion
Altera_Forum
Honored Contributor
8 years agoMake sure that timing is closed on the JTAG interface. USB Blaster II cables run at 24MHz by default. This should be constrained in your Quartus project like this:
create_clock -name {altera_reserved_tck} -period 40 -waveform {0.000 20} { altera_reserved_tck } If you need to slow down the clock rate with a USB Blaster II cable, run this command in a Nios Command Shell or Windows Command Shell. jtagconfig --setparam 1 JtagClock 6M