Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- 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. --- Quote End --- Excuse me for being pedantic but the OP asked how to assign a variable to the first column. Which is as tedious for a 1Dx1D as for a 2D array?