Nios® V Processor Reference Manual

ID 683632
Date 10/15/2025
Public
Document Table of Contents

3.3.9.3.2. Encountering Double-bit ECC Error

Double-bit errors are uncorrectable. This is a known limitation of the parity bits and the Hamming code. If the processor encounters a double-bit error, it halts its current progress and stalls.

There are only three approaches to resolving a double-bit error:
  1. Reset the processor core using the Reset Request Interface.
  2. Reset the whole processor system (processor core and system peripherals) using a global hard reset.
  3. Enable the Single-bit & Double-bit ECC Exception Code feature, which allows the processor to service the ECC events as an exception. Next, implement a custom double-bit ECC mitigation callback function as the ECC exception handler.