Visible to Intel only — GUID: iga1447182874398
Ixiasoft
1.1. Supported Devices and Systems
1.2. Power Source Requirements
1.3. Software Requirements and Support
1.4. Installing the Intel® FPGA Download Cable II for Configuration or Programming
1.5. Installing the Intel® FPGA Download Cable II Driver on Windows 7/8/10/11 Systems
1.6. Installing the Intel® FPGA Download Cable II Driver on Linux Systems
1.7. Setting Up the Intel® FPGA Download Cable II Hardware with the Quartus® Prime Software
2.1. Voltage Requirements
2.2. Cable-to-Board Connection
2.3. Intel® FPGA Download Cable II Plug Connection
2.4. 10-Pin Female Plug Signal Names and Programming Modes
2.5. Circuit Board Header Connection
2.6. Operating Conditions
2.7. JTAG Timing Constraints and Waveforms
2.8. Changing the TCK Frequency
Visible to Intel only — GUID: iga1447182874398
Ixiasoft
2.8. Changing the TCK Frequency
The Intel® FPGA Download Cable II has a default TCK frequency of 24 MHz. Where signal integrity and timing prevents operating at 24 MHz, change the TCK frequency of the download cable:
- Open the command line interface with the Quartus® Prime bin directory in your path (for example, C:\< Quartus® Prime installed folder>\< Quartus® Prime version>\quartus\bin64).
- Type the following command to change the TCK frequency:
jtagconfig --setparam <cable number> JtagClock <frequency><unit prefix>
Where:
- <cable number> is the download cable to be modified.
- <frequency> is the desired TCK frequency. Use one the following supported rates:
- 24 MHz
- 16 MHz
- 6 MHz
- 24/n MHz (between 10 KHz and 6 MHz, where n represents an integer value number)
- <unit prefix> is the unit prefix for the frequency (e.g. M for MHz).
Example for setting TCK maximum frequency to 6 MHz :
jtagconfig --setparam 1 JtagClock 6M