Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

the value of burstcount signal

Hi everyone,

I'm new to Qsys, and I have a naive question about burstcount signal:

What's the value of burstcount when the typical read and write transfer(not burst transfers) is used? Is it 1?

regards,

zhangfeng

4 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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.