Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThe maximum burst count is 2**(N-1) because that is what Altera defined it to be in the avalon interface specifications (http://www.altera.com/literature/manual/mnl_avalon_spec.pdf).
This definition is somewhat arbitrary. I would guess Altera chose 2**(N-1) instead of (2**N) - 1 so that the max burst count is an even power of 2. To guarantee compatibility between components, you need to adhere to the specification.