sai_shashi
Junior Member level 3
Hi there,
I have an algorithm in HLS which has fixed point data types and which uses a trigonometric function:
temp=imgons[j][k] * (hls:data_t) sin(((float)(50))));
where temp and imgons are FP data types. But when i run the model i get the following error:
Can some help me? (is it the correct way to define the trigonometric function in the fixed point design ?)
Thanks in advance..
I have an algorithm in HLS which has fixed point data types and which uses a trigonometric function:
temp=imgons[j][k] * (hls:data_t) sin(((float)(50))));
where temp and imgons are FP data types. But when i run the model i get the following error:
Can some help me? (is it the correct way to define the trigonometric function in the fixed point design ?)
Thanks in advance..