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,
From the code you give above, the input will be a matrix std_logic_vector data type right? As I know the input will be like "0011". How if I want the input is a matrix with integer data type? It is I need to change the data type std_logic_vector to integer? Thanks for reply