shaiko
Advanced Member level 5

Hello,
In the Altera Avalon bus spec:
https://www.altera.com/content/dam/...US/pdfs/literature/manual/mnl_avalon_spec.pdf
Page 39:
"data" width is 1 up to 4096
Page 40:
"symbolsPerBeat" is 1 up to 32
Page 41:
"dataBitsPerSymbol" 1 up to 512
If the maximum number of "symbolsPerBeat" is set to 32 and the maximum number of "dataBitsPerSymbol" is set to 512 - then the maximum width of data shall be:
32 * 512 = 16,384
However, "data" is limited to 4096 bits (not 16,384 as it should have been)...
Am I missing something?
In the Altera Avalon bus spec:
https://www.altera.com/content/dam/...US/pdfs/literature/manual/mnl_avalon_spec.pdf
Page 39:
"data" width is 1 up to 4096
Page 40:
"symbolsPerBeat" is 1 up to 32
Page 41:
"dataBitsPerSymbol" 1 up to 512
If the maximum number of "symbolsPerBeat" is set to 32 and the maximum number of "dataBitsPerSymbol" is set to 512 - then the maximum width of data shall be:
32 * 512 = 16,384
However, "data" is limited to 4096 bits (not 16,384 as it should have been)...
Am I missing something?