Agilex™ 7 SoC FPGA Boot User Guide

ID 683389
Date 1/15/2025
Public
Document Table of Contents

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]