214
Junior Member level 2
i have to declare an array with numbers like (for eg. 4.344, 2.55, 0.56, 6.33) ...
how to initialize this type of array....
TYPE buf_ary_d IS ARRAY (...????) OF SIGNED(7 DOWNTO 0);
what to write inside bracket
how to initialize this type of array....
TYPE buf_ary_d IS ARRAY (...????) OF SIGNED(7 DOWNTO 0);
what to write inside bracket