Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21088 Discussions

Pipelined read in Avalon Interface

Nagaraju
Beginner
601 Views

Hi,

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

Thanks,

Nagaraju

0 Kudos
1 Reply
sstrell
Honored Contributor III
589 Views

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 Kudos
Reply