Hard Processor System Booting User Guide: Agilex™ 5 SoCs
ID
813762
Date
12/20/2024
Public
A newer version of this document is available. Customers should click here to go to the newest version.
1. Introduction
2. FPGA Configuration First Mode
3. HPS Boot First Mode
4. Creating the Configuration Files
5. HPS Boot Flows
6. Configuring the FPGA Fabric from HPS Software
7. Debugging the Agilex™ 5 SoC FPGA Boot Flow
8. Document Revision History for the Hard Processor System Booting User Guide: Agilex™ 5 SoCs
4.1. Overview
4.2. Quartus® Prime Hardware Project Compilation
4.3. Bootloader Software Compilation
4.4. Programming File Generator
4.5. Configuration over JTAG
4.6. Configuration from QSPI
4.7. Configuration over AVST
4.8. Configuration via Protocol
4.9. Remote System Update
4.10. Partial Reconfiguration
4.11. Preserving SDRAM Content across HPS Resets for Agilex™ 5 Devices
6.4.2.4.2. Register Packing Differences
Differences in register packing between designs can also cause HPS IO hash mismatches. To check if a register is packed, look at the "Input/Output/Output Enable Register" columns in the "Input/Output Pins" section. If one design packs IOs in the HPS IO bank but another design does not, the HPS IO hash differs. To ensure consistent register packing, use the register packing QSF assignments as shown below:
set_instance_assignment FAST_INPUT_REGISTER OFF/ON -to gpio[0] set_instance_assignment FAST_OUTPUT_REGISTER OFF/ON -to gpio[0] set_instance_assignment FAST_OUTPUT_ENABLE_REGISTER OFF/ON -to gpio[0]