Altera_Forum
Honored Contributor
17 years agoaccelerating DSP blocks
I have some DSP blocks developped with DSP Builder including Avalon MM blocks to interfacing with the rest of the system.
They work fine but only by sending and receiving data using IOWR and IORD functions. I've tried to connect with DMA controller using sys/alt_dma functions but it doesn't works yet. Have you tried to include a DSP block in SOPC builder as custom instruction instead of a DSP builder system? In this case Do I need to remove the avalon portsin DSP builder? I'm a little confused, I need set a DMA because execution is too slow using NIOS to feed data.