Forum Discussion
Altera_Forum
Honored Contributor
8 years agoYes, it is a matrix
2d matrices cannot be slices, so you need to assign individual elements. You could build it with 1d arrays, which can be sliced to apply an entire row.Yes, it is a matrix
2d matrices cannot be slices, so you need to assign individual elements. You could build it with 1d arrays, which can be sliced to apply an entire row.