Altera_Forum
Honored Contributor
7 years agoHigh logic bloat for Platform Designer Interconnect
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, dzo