M
Morten Leikvoll
Guest
Im have different sizes of std_logic_vector arrays and want to run
functions on different array types where vector sizes are different (array
height is unconstrained).
Ive looked at subtypes, but cant find a solution. I think it stops because
an array doesnt seem to be able to be a subtype of a generic sized array.
Does anyone know how to do that?
functions on different array types where vector sizes are different (array
height is unconstrained).
Ive looked at subtypes, but cant find a solution. I think it stops because
an array doesnt seem to be able to be a subtype of a generic sized array.
Does anyone know how to do that?