Forum Discussion

FPGAOLOG's avatar
FPGAOLOG
Icon for Occasional Contributor rankOccasional Contributor
4 years ago
Solved

Is 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?
  • FPGAOLOG's avatar
    FPGAOLOG
    3 years ago

    " 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.