Altera_Forum
Honored Contributor
13 years agoTypical Avalon ST source and SGDMA
Dear experts,
I'm trying to connect the SGDMA with the Avalon ST SRC. Avalon ST SRC was generated from the SOPC template (I have no idea about what can be taken from the library), and the SGDMA was taken from the library. An error occurs: error: avalonsrc_0.out0/sgdma_0.in: the sink has a startofpacket signal of 1 bits, but the source does not.error: avalonsrc_0.out0/sgdma_0.in: the sink has a endofpacket signal of 1 bits, but the source does not.
error: avalonsrc_0.out0/sgdma_0.in: the sink has a empty signal of 2 bits, but the source does not.
Then, how can I link the Avalon ST SRC to the physical lavel? Is it not possible to do it through the SOPC GUI? Can this be done only at the vhdl level? Then, what are files should I use to connect my VHDL code and Avalon interface? Best regards