Forum Discussion
Altera_Forum
Honored Contributor
19 years agoSetup an IRQ on a component
Hi , I made a "counter" component which I want to interrupt NIOS when reaching 8'h7. I also created a control register in which is bit IRDY (Interrupt Ready) I have 2 questions fo...
Altera_Forum
Honored Contributor
19 years agoHi Soin ,
I did it !!! As you guess , my interrupt signal is too short for NIOS to recognize. I made it long until NIOS receives IRQ and processes ISR in which I de-activate the interrupt signal. Now it really works!!!! Thank you very much, Soin Quan