- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I'm a little bit confused about the Avalon MM Interconnect generator in the Platform Designer: I have one EMIF (128b, 233.25 MHz) as Avalon Slave and one Avalon Master (DMA, 128b, same clock), and have connected them directly together in the Platform Designer (without any other slaves or masters). Since I'm using bursts, I expect some kind of logic that transforms these bursts into multiple requests (I guess that's the "translator"), but I'm not sure why there is a response FIFO ("agent_rsp_fifo"), and why it takes so much resources (altera_avalon_sc_fifo instance, 65 depth, 225 bit width, MLAB). As far as I understand, masters are required to have the capability of receiving all read responses directly, as no ready signal exists. Any idea? Thank, dzoLink Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The response FIFO stores responses from a slave to send back to a master. It's always included in a master/slave connection, but it might seem larger with EMIF because the EMIF IP can do bursts, as you mention, but also performs address and data reordering to reduce how often rows in the external memory need to be precharged.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page