S
Sachin Chandra
Guest
Hello,
I was wondering if its possible to change the size of allocation for
an integer from 32 bits to maybe 8 bits. I was considering this
because i need to access individual elements of an array or a vector.
If i use an integer and considering the maximum value i need is 16
using an integer with 32 bits is a waste and hence i needed to know if
i can set it using the synthesizer.
Or can i typecast it like its done in C.
thanks in advance
sachin
I was wondering if its possible to change the size of allocation for
an integer from 32 bits to maybe 8 bits. I was considering this
because i need to access individual elements of an array or a vector.
If i use an integer and considering the maximum value i need is 16
using an integer with 32 bits is a waste and hence i needed to know if
i can set it using the synthesizer.
Or can i typecast it like its done in C.
thanks in advance
sachin