Nios® V Processor: Lockstep Implementation User Guide

ID 833274
Date 4/17/2025
Public
Document Table of Contents

4.4.5. INTREQ Configuration Register - ERRCTRL_INTREQ_CONF

The content of this register features the information related to the configuration of the INTREQ request generation.

Table 40.  ERRCTRL_INTREQ_CONF
Bit Field Bits Access Type Default Value Description
Reserved [31:6] - - Reserved
INTREQ Configuration [5:0] R/W 6’b010101

Condition for interrupt generation

  • Bit Field [1:0] is related to FN_ALARM_INFO.
  • Bit Field [3:2] is related to FN_ALARM_WARNING.
  • Bit Field [5:4] is related to FN_ALARM_ERROR
At default value (Bit Field[5:0]==6’b010101), the INTREQ output is always 1’b0 (no interrupt) regardless of any flags asserted in INFO, WARNING, and ERROR. For example:
  1. To enable INTREQ generation for the INFO only, you can write INTREQ Configuration with 6’b010110 (0x16).
  2. To enable INTREQ generation for all, you can write INTREQ Configuration with 6’b101010 (0x2A).