Are you trying to convert to a different data type as well? or will your array still be std_logic?
if it's still std_logic, use std_logic_vector. Vectors can be indexed just like an array but are more akin to data buses.
If you're going to change the data type to something other that...
I'm trying to read in an ascii file and store the individual lines in an array of string (Later I will convert the hex Strings into test vectors for my testbench)
but I'm having a problem with resloving the unconstrained array that I want to return from the function.
(From what I gather, 2...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.