Nios® II Software Developer Handbook

ID 683525
Date 8/28/2023
Public
Document Table of Contents

9.3.2.1.1. Using the Interrupt Vector Custom Instruction

The Nios® II processor core offers an interrupt vector custom instruction that accelerates hardware interrupt vector dispatch in the HAL. You can include this custom instruction to improve your program’s interrupt response time.

When the interrupt vector custom instruction is present in the Nios® II processor, the HAL source detects it at compile time and generates code using the custom instruction.

When using an interrupt vector custom instruction, you cannot use a separate exception stack.

Note: The interrupt vector custom instruction is only available in hardware systems generated by SOPC Builder.

For more information about the interrupt vector custom instruction, refer to “Interrupt Vector Custom Instruction” in the "Instantiating the Nios® II Processor" chapter of the Nios® II Processor Reference Handbook.