Altera_Forum
Honored Contributor
17 years agoDMA controller in SOP buidler question
I'm using SOPC Builder to integrate into my system v8.0 sp1.
* A new DSP builder component with 2 Avalon Slave (Read & write Fifo's) * 2 DMA controller (Avalon master) to load data to the dsp block and store data in memory from DSP block. I've conected in SOPC Builder following the image attached. The compilation in quartus ended with no errors, but I'm not sure about what exactly transfer data from memory to the dsp_block. because I have only seen the base adress of both DMA controllers but I cannot see the base address for this component in system.h. I'm thinking of using HAL instructions in order to manage flow of data, but I think I'll need source and destination for each transaction. I don't know how I can do it if the base address of DSP builder component doesn't appear in system.h any suggestion??