Forum Discussion
Nagaraju
New Contributor
6 years agoPipelined read in Avalon Interface
Hi,
Do slave really need to use Wait requests to give Pipelined readdata to master on Avalon Interface?
Thanks,
Nagaraju
sstrell
Super Contributor
6 years agoIf 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