Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
I'm not sure I understand your question. When the waitrequest signal is asserted, the transfer is paused. When it is deasserted, it continues, until the end of the burst operation.
- Altera_Forum
Honored Contributor
I apologize for my ambiguous expression,I mean the master how to terminate the ongoing read burst
- Altera_Forum
Honored Contributor
You can't. Once you start a burst operation, you need to complete it.
--- Quote Start --- When a master starts a burst with an address of <a> and a burstcount value of <b>, it is committing to <b> consecutive transfers starting at address <a>. The burst does not complete until the master transfers <b> units of data. A master cannot abort the burst without first exhausting remaining transfers in the current burst. The master can issue a new read burst before the data for the previous burst has been returned. --- Quote End --- (Avalon spec)