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,
I understand what you said just before. I can't see the rows obtained in different clock cycles. What Iam try to do is, I want the input matrix to be read row by row in different clock cycle. Then, the first row will be read out as output1 in column. It is possible I do like that? Thanks for reply.