Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

Why Vectored Interrupt Controller IRQ -1 ?

Hello Friends i have added Vectored Interrupt Controller and generate the BSP but system.h reflect that VIC IRQ is -1

/* VIC configuration */

#define ALT_MODULE_CLASS_VIC altera_vic

#define VIC_BASE 0x11041000

#define VIC_DAISY_CHAIN_ENABLE 0

#define VIC_INTERRUPT_CONTROLLER_ID 0

#define vic_irq -1

#define vic_irq_interrupt_controller_id -1

#define VIC_NAME "/dev/VIC"

#define VIC_NUMBER_OF_INT_PORTS 8

#define VIC_RIL_WIDTH 4

#define VIC_SPAN 1024

#define VIC_TYPE "altera_vic"

15 Replies