Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
Seems like the source of your TSE has a error signal which is 6bit wide. So you need to configure your SGDMA to also have a error signal which is 6bit wide.
Just edit your SGDMA component, there is a field where you can configure the sink error width. Hope this helps, i am still a beginner at this. Flo - Altera_Forum
Honored Contributor
Yes it is right, TSE has 1 bit error at tx path and 6 bit error at rx path. You need to configure the tx path sgdma (memory to stream) and rx path sgdma (stream to memory) with 1 bit and 6 bit of error width each