Nios® V Processor Software Developer Handbook

ID 743810
Date 10/06/2025
Public
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. This is similar to CLIC.
  • CLINT-vectored mode dispatches ISRs in 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.