Altera_Forum
Honored Contributor
18 years agoIP with avalon ST >-|-< SOPC builder
the missing link between ip's with avalon st interface and sopc builder
We have: A) ip cores such as FFT and FIR that have Avalon ST (streaming) interfaces. B) blocks for maniplating avalon st In SOPC builder, such as Channel adapter, data format adapter, mux/demux and timing adapter. But despite shaing a common standard (avalon ST) - A and B seem to live in separate design domains: I) ip cores (FFT, FIR) can be put as blocks on their own in the design, but not into SOPC. II) avalon manipulation block can be put into SOPC, but not as a separate block in the design. I am missing a piece here. There is, as far as I can see, no ready-made solution joining these two design domains! As a simple examples: 1) If I want to bring FFT data into SOPC, I will have to develop an avalon ST port. 2) If I want to send a stream of FIR data from several channels (filters) between two chips, I will have to develop my own channel adapter mux/demux. I cant use the ones from SOPC builder, as they only "live" inside SOPC. Can someone tell me if I have overlooked something here? If this is not the case, what are the plans from Altera to bring the pieces together?