Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi,
"dataavailable" is part of the optional (and deprecated) flow control feature. It doen's quite do what you want and it was never supported by NIOS anyway -- NIOS will simply "ignore" the signal. What you need to do is either a) start the process by writing to a register and then poll (read) a status register to see if it has been completed b) start the process by writing to a register and then generate an interrupt when it has been completed