Forum Discussion
Altera_Forum
Honored Contributor
13 years agoIssue with polling in Nios
Hi, I've got a custom component that produces some results from time to time, I want Nios processor to monitor the process by polling and whenever a result is produced, it is written to a exter...
Altera_Forum
Honored Contributor
13 years agoHi,
you can either use a FIFO and a counter or throw a software interrurpt everytime new data is generated. It depends on your application. If the data is deterministc, you'll need interrupts