vhdl code to matrix into string

Status
Not open for further replies.

chitra ranganath

Member level 2
Joined
May 15, 2011
Messages
50
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,568
hi
how to convert a matrix into a string so that i can access only 1 number at a time
 

why not just read 1 number at a time? why do you need a string?
 

your post makes no sense.

you can access elements in a n-d array like this:

output <= my_matrix(a,b,c....etc);
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…