Forum Discussion
Altera_Forum
Honored Contributor
15 years agomatrix array in vhdl
Dear all, I have 4x4 matrix and I want to read this matrix row by row on each clock cycle. For example, row1 is read in cycle1, row2 is read in cycle2 and so on. Can anyone give idea how to w...
Altera_Forum
Honored Contributor
15 years agoDear Tricky,
Yes, I try to do a matrix transpose. Before this I write directly the transpose code but then when I compile for 8x8 input matrix an error occur which is the input pin required is to much. So, I try to transpose the matrix row by row. My idea is when the second row is read, the first row will be read out as a column and so on. It is possible Tricky if I do like that? Thanks for reply.