Forum Discussion
Altera_Forum
Honored Contributor
12 years agoCustom ip: can't see IRQ number in system.h
Hello, I'm trying to create a custom component which should generate an interrupt to the NIOS. My problem is that the BSP generate the system.h with no interruption for the component. Qsys ...
Altera_Forum
Honored Contributor
12 years agoThe BSP generation show a warning: WARNING slave name not found system parameter 'associatedAddressablePoint' for the Interupt sender irq0
I just found the error: the parameter "associatedAddressablePoint" has to have the name of the Avalon interface, s0 in my case.