Nios® V Processor Reference Manual

ID 683632
Date 1/27/2025
Public
Document Table of Contents

4.3.9. Trap Controller (CLINT)

In the Nios® V processor, trap refers to the transfer of control to a trap handler caused by either an exception or an interrupt.
  • Exceptions are synchronous events that originate inside the processor. They are commonly caused by an unusual condition occurring at run time associated with an instruction.
  • Interrupts are asynchronous events that originate originated outside of the processor. They are commonly caused by service requests from system peripherals.

The RISC-V privileged ISA describes the supported trap modes and the control and status registers used and affected by trap handling. Therefore, this document contains information taken from the privileged ISA spec.