T
Tricky
Is there any way to get access to the elements in an array type?
eg, array is declared:
type sfixed_array_t is array(integer range<>) of sfixed(5 downto -12);
is there any way to access the length of the sfixed element via the
sfixed_array_t?
Or do I just have to declare a subtype and make an array of them?
eg, array is declared:
type sfixed_array_t is array(integer range<>) of sfixed(5 downto -12);
is there any way to access the length of the sfixed element via the
sfixed_array_t?
Or do I just have to declare a subtype and make an array of them?