FPGAOLOG
Occasional Contributor
4 years agoIs waitrequestAllowance suported for Altera EMIF external mem interface?
The Avalon document mentions waitrequestAllowance parameter but I cant see a way to set it in either Avalon mm bridge or EMIF Avalon interfaces.
How can I set it to 1 for EMIF Avalon interface?
" waitrequest will usually only be ...". There is no usually in RTL. There is always. So waitrequest may be asserted DURING the burst. This means everything connected to waitrequest must be combinatorial, and can't be pipelined.
Thanks for the help. You may close this ticket.