The sgdma in sopc has 8 bits per symbol?
Hi,I developed a component with a streaming soure interface whose data width is 32 bits(per symbol),but when I add this componet to a sopc system which also instantiatized a sgdma component,and the sgdma compoent was set as:transfer mode-streaming to memeory;data width-32.when I generated the sopc system,an error message displayed:"the streaming sourec has 32 bits per symbol but the sink has 8",but I think I had set the width of the sgdma's streaming sink interface as 32,so the width of the soure is compatible with that of the sink,why did this error come out?I change the width of sgdma to 64,the error message remained unchanged:"the streaming sourec has 32 bits per symbol but the sink has 8",and it seemed that the width didn't have any influence on the sgdma component,why?