1. MAX® 10 FPGA Configuration Overview
2. MAX® 10 FPGA Configuration Schemes and Features
3. MAX® 10 FPGA Configuration Design Guidelines
4. MAX® 10 FPGA Configuration IP Core Implementation Guides
5. Dual Configuration Intel® FPGA IP Core References
6. Unique Chip ID Intel® FPGA IP Core References
7. Document Revision History for the MAX® 10 FPGA Configuration User Guide
3.1. Dual-Purpose Configuration Pins
3.2. Configuring MAX® 10 Devices using JTAG Configuration
3.3. Configuring MAX® 10 Devices using Internal Configuration
3.4. Implementing ISP Clamp in Quartus® Prime Software
3.5. Accessing Remote System Upgrade through User Logic
3.6. Error Detection
3.7. Enabling Data Compression
3.8. AES Encryption
3.9. MAX® 10 JTAG Secure Design Example
3.9.2. JTAG WYSIWYG Atom for JTAG Control Block Access Using Internal JTAG Interface
The following example shows how the input and output ports of a JTAG WYSIWYG atom are defined in the MAX® 10 device.
fiftyfivenm_jtag <name> ( .tms(), .tck(), .tdi(), .tdoutap(), .tdouser(), .tdicore(), .tmscore(), .tckcore(), .corectl(), .tdo(), .tmsutap(), .tckutap(), .tdiutap(), .shiftuser(), .clkdruser(), .updateuser(), .runidleuser(), .usr1user(), .tdocore(), .ntdopinena() );
| Ports | Input/Output | Functions |
|---|---|---|
| <name> | — | Identifier for the MAX® 10 JTAG WYSIWYG atom and represents any identifier name that is legal for the given description language, such as Verilog HDL, VHDL, and AHDL. |
| .corectl() | Input | Active high input to the JTAG control block to enable the internal JTAG access from core interface. When the FPGA enters user mode after configuration, this port is low by default. Pulling this port to logic high will enable the internal JTAG interface (with external JTAG interface disabled at the same time) and pulling this port to logic low will disable the internal JTAG interface (with external JTAG interface enabled at the same time). |
| .tckcore() | Input | Core tck signal |
| .tdicore() | Input | Core tdi signal |
| .tmscore() | Input | Core tms signal |
| .tdocore() | Output | Core tdo signal |
| .tck() | Input | Pin tck signal |
| .tdi() | Input | Pin tdi signal |
| .tms() | Input | Pin tms signal |
| .tdo() | Output | Pin tdo signal |
| .clkdruser() | Input/Output | These ports are not used for enabling the JTAG Secure mode using the internal JTAG interface, you can leave them unconnected. |
| .runidleuser() | ||
| .shiftuser() | ||
| .tckutap() | ||
| .tdiutap() | ||
| .tdouser() | ||
| .tdoutap() | ||
| .tmsutap() | ||
| .updateuser() | ||
| .usr1user() | ||
| .ntdopinena() |