Altera_Forum
Honored Contributor
12 years agoHow do Matrix Transpose (corner turn) with SGDMA ?
Hi all,
I want use SGDMA to do matrix transpose. Matrix dimension is 512x16. It is possible? At first, by using Stream-to-Memory to store 16 stacked of data vertically from data stream (data length 512), then do Memory-to-Stream to stream out 512 data horizontally (data length 16). Similar information regarding writes would be appreciated. many thanks for help
doddy