Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi daixiwen.
Our problem is: we need to detect the change of the signal read_i. 1) We send a irq request. 2) The Avalon Master detects our request, so, it asserts the read_i and we need to desassert irq_req. 3) When the device stops the reading, it dessaserts read_i, and then we have to go to INCADR state, to get the next data from a FIFO and putting it as output. I can't understand how I could do it the way you said. Thanks.