Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21602 讨论

Pipelined read in Avalon Interface

Nagaraju
初学者
766 次查看

Hi,

 Do slave really need to use Wait requests to give Pipelined readdata to master on Avalon Interface?

Thanks,

Nagaraju

0 项奖励
1 回复
sstrell
名誉分销商 III
754 次查看

If you're doing pipelined transfers, it's recommended to have waitrequest control from the slave (responder).  It's required if you do pipelined transfers with variable latency.  It's not necessarily required if you use fixed latency.

See the spec for details:

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/manual/mnl_avalon_spec.pdf

#iwork4intel

0 项奖励
回复