Forum Discussion
DAndr6
New Contributor
7 years agoHi Nooraini,
We changed the frequency of the USB Blaster II TCK frequecy to either 16M or 6M using the following commands.
jtagconfig --setparam USB-blasterII[USB-1] JtagClock 6M
jtagconfig --setparam USB-blasterII[USB-1] JtagClock 16M
We used the following command to verify that the frequency was indeed changed to either 16M or 6M.
jtagconfig --getparam USB-blasterII[USB-1] JtagClock
After the frequency was lowered to either 16M or 6M, both Quartus Programmer and Board Test System (BTS) failed to configured the FPGA using the provided bitstreams.
BTW, I am using the Stratix 10 GX FPGA Development Kit.
Any idea?