214
Junior Member level 2
- Joined
- Feb 22, 2016
- Messages
- 21
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 247
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