Knowledge Base Article

Why do FPGA masters fail to read from the cache to get the latest value when FPGA-to-HPS interface CCU mode is used in Intel Agilex® 7 device?

Description

When using the FPGA-to-HPS interface in CCU mode, FPGA masters are expected to read from the cache to get the latest value. But an issue may occur whereby FPGA masters are unable to get the latest value.  

Resolution

Cache coherency requires transactions from multiple masters having the same AxPROT value in the ACE-lite interface, which defines the access permissions for read/write accesses.

When HPS running in Linux(EL1) or ATF U-Boot(EL2) writes to or reads from HPS SDRAM. It refers to non-secure/privilege transactions. FPGA masters should use the same AxPROT value (b'011) to make sure it can read out the latest value from the cache.

When HPS running in ATF/SPL(EL3) or non-ATF U-Boot(EL3) writes to or reads from HPS SDRAM, it refers to secure/privilege transactions. FPGA masters should use the same AxPROT value (b'001) to make sure it can read out the latest value from the cache.

For more information on ACE-Lite protocol and AxPROT, please refer to

https://developer.arm.com/documentation/ihi0022/e/AMBA-AXI3-and-AXI4-Protocol-Specification

Updated 27 days ago
Version 2.0
No CommentsBe the first to comment