Forum Discussion
4 Replies
- Altera_Forum
Honored Contributor
That is correct, to drive a signal beat transaction you post a burst count of 1. If you don't plan on using bursting then you don't need to include the burst count signal.
- Altera_Forum
Honored Contributor
--- Quote Start --- That is correct, to drive a signal beat transaction you post a burst count of 1. If you don't plan on using bursting then you don't need to include the burst count signal. --- Quote End --- Thanks for you reply. I did't find this point in Avalon Interface Specification, could you show me some references? regards, zhangfeng - Altera_Forum
Honored Contributor
Section 3 of the Avalon spec would be the most useful part. Unfortunately the signal table doesn't list what signals are optional anymore. Section 3.5.4 seems to provide the most useful information. If you don't need to burst then simply don't include the burst signal in your master/slave interface.
- Altera_Forum
Honored Contributor
Thanks for your suggestion.