Forum Discussion
Altera_Forum
Honored Contributor
9 years agoCustom Component communication/ triggering - Possibilities
Hello together, I try to build up a QSYS-System in which a custom component (e.g. custom GPIO) can trigger a second custom component (e.g. custom Timer). Till now I figured out two possibi...
Altera_Forum
Honored Contributor
9 years agoNios does not include a vectored interrupt controller, so I would guess that your first idea would be more efficient.
Maybe a better idea would be to simply combine the two custom components together into one. Avalon streaming is efficient, but if you're just using it to send a control signal, then combining the two together might be better.