Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYes, you need to wrap your custom logic into a custom SOPC component so that you can connect it to the SOPC system.
You'll either want to a) design your custom component with an Avalon-MM interfance and DMA capable b) design your custom component with an Avalon-ST interface and use the "sgdma" component to perform DMA Or maybe a third option: When reading the image from the SDCARD, store it directly into your custom component, instead of having a separate onchip memory component.