Nios® V Processor Software Developer Handbook

ID 743810
Date 4/07/2025
Public

Visible to Intel only — GUID: hjq1733406440298

Ixiasoft

Document Table of Contents

9.4.1. Direct or Vectored Mode

Both implementations serve the same purpose in servicing traps, but with different interrupt response time:

  • CLINT-Direct is non-vectored, requiring the processor to dispatch ISRs with a software routine.
  • CLINT-Vectored, by contrast, can be vectored. ISR dispatch is managed by hardware, eliminating the processing time required for ISR dispatch, and substantially reducing interrupt response time. This is achieved through a minor increase in logic utilization.

The CLINT-Vectored has no impact on software exception latency or response time.