MACsec Intel® FPGA IP User Guide

ID 736108
Date 12/19/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

6.8.2. Memory Blocks ECC Errors

The Intel Agilex FIFO Intel FPGA IP cores support embedded memory ECC for M20K memory blocks. The built-in ECC feature in the Intel Agilex devices can perform:
  • Single-error detection and correction
  • Double-adjacent-error detection and correction
  • Triple-adjacent-error detection
Upon detection of ECC errors, the 2 bits ECC status bits are logged into the Error CSR. ECC status bits from all memory blocks are combined into the Error CSR register [1:0] and an interrupt signal is asserted. The priority of ECC error logging follows the encodings below from top to bottom.
  • 11: An uncorrectable error occurs and uncorrectable data appears at the output.
  • 10: A correctable error occurs and the error is corrected at the outputs; however, the memory array is not updated.
  • 01: Illegal
  • 00: No error